Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-01-06 18:12:07 -06:00 committed by GitHub
parent bad2b77d55
commit 50a2c6bf75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -885,6 +885,7 @@ config("compiler_cpu_abi") {
"-m64",
"-march=$x64_arch",
"-mavx",
"-maes",
]
ldflags += [ "-m64" ]
} else if (current_cpu == "x86") {
@ -894,6 +895,7 @@ config("compiler_cpu_abi") {
cflags += [
"-mfpmath=sse",
"-mavx",
"-maes",
]
}
} else if (current_cpu == "arm") {