mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update BUILD.gn
This commit is contained in:
parent
2b402de950
commit
0dddcf106a
1 changed files with 4 additions and 4 deletions
|
@ -43,13 +43,13 @@ config("compiler") {
|
|||
cflags = [ "-O3", ] + common_mac_flags
|
||||
|
||||
if (target_cpu == "x64") {
|
||||
cflags += [ "-maes", "-mavx", "-mavx2", "-ffp-contract=fast", ]
|
||||
ldflags += [ "-Wl,-march=haswell", "-Wl,-fp-contract=fast", ]
|
||||
cflags += [ "-maes", "-mavx", "-mavx2", "-ffp-contract=fast", "-mf16c", ]
|
||||
ldflags += [ "-march=haswell", "-fp-contract=fast", ]
|
||||
}
|
||||
|
||||
if (current_cpu == "x64") {
|
||||
cflags += [ "-maes", "-mavx", "-mavx2", "-fp-contract=fast", ]
|
||||
ldflags += [ "-Wl,-march=haswell", "-Wl,-fp-contract=fast", ]
|
||||
cflags += [ "-maes", "-mavx", "-mavx2", "-ffp-contract=fast", "-mf16c", ]
|
||||
ldflags += [ "-march=haswell", "-fp-contract=fast", ]
|
||||
}
|
||||
|
||||
# Without this, the constructors and destructors of a C++ object inside
|
||||
|
|
Loading…
Reference in a new issue