From 2b402de95060b7765ac7906a5cda241d9c35d433 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 23 Apr 2022 21:54:00 -0500 Subject: [PATCH] Update BUILD.gn --- build/config/mac/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn index a93f6749..6a3a12a8 100644 --- a/build/config/mac/BUILD.gn +++ b/build/config/mac/BUILD.gn @@ -43,7 +43,7 @@ config("compiler") { cflags = [ "-O3", ] + common_mac_flags if (target_cpu == "x64") { - cflags += [ "-maes", "-mavx", "-mavx2", "-fp-contract=fast", ] + cflags += [ "-maes", "-mavx", "-mavx2", "-ffp-contract=fast", ] ldflags += [ "-Wl,-march=haswell", "-Wl,-fp-contract=fast", ] }