From 8850146e6bfef58cc5ee042521b017c762277f20 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Sat, 27 Jan 2024 04:27:29 -0600 Subject: [PATCH] add " --- other/AVX2/build/config/compiler/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/AVX2/build/config/compiler/BUILD.gn b/other/AVX2/build/config/compiler/BUILD.gn index 4b89dc02..7fb31ec4 100644 --- a/other/AVX2/build/config/compiler/BUILD.gn +++ b/other/AVX2/build/config/compiler/BUILD.gn @@ -1183,7 +1183,7 @@ config("compiler_cpu_abi") { "-ffp-contract=fast", ] ldflags += [ "-m64", "-Wl,-O3", "-Wl,-mllvm,-march=haswell", "-Wl,-mllvm,-fp-contract=fast", "-Wl,-mllvm,-import-instr-limit=30", "-Wl,-mllvm,-import-hot-multiplier=15", "-Wl,-mllvm,-import-cold-multiplier=2", ] - } else if (current_cpu == "x64" && !target_os == "win) { + } else if (current_cpu == "x64" && !target_os == "win") { cflags += [ "-m64", "-O3",