From cd7fb754d24838d9000740def32cc84bdc174a6a Mon Sep 17 00:00:00 2001 From: light7734 Date: Thu, 18 Sep 2025 19:29:29 +0330 Subject: [PATCH] ci(amd64/gcc/unit_tests): remove redundant use_mold commandline option --- tools/ci/amd64/gcc/unit_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/amd64/gcc/unit_tests.sh b/tools/ci/amd64/gcc/unit_tests.sh index 897e308..3839849 100755 --- a/tools/ci/amd64/gcc/unit_tests.sh +++ b/tools/ci/amd64/gcc/unit_tests.sh @@ -17,7 +17,6 @@ conan build . \ -s compiler=gcc \ -s compiler.version=15 \ -s compiler.libcxx=libstdc++ \ - -o use_mold=True \ -o enable_unit_tests=True \ -o enable_fuzz_tests=False \ -o enable_llvm_coverage=False \