mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update BUILD.gn
This commit is contained in:
parent
7325b89b6a
commit
52c11c6a90
1 changed files with 5 additions and 0 deletions
|
@ -900,6 +900,11 @@ config("compiler_cpu_abi") {
|
|||
"-msse3",
|
||||
]
|
||||
}
|
||||
} else if (target_cpu == "arm64") {
|
||||
if (!is_android && !is_nacl) {
|
||||
cflags += [ "-O3", "-Wno-unused-command-line-argument", ]
|
||||
ldflags += [ "-Wl,-O3", "-Wno-unused-command-line-argument", ]
|
||||
}
|
||||
} else if (current_cpu == "arm") {
|
||||
if (is_clang && !is_android && !is_nacl &&
|
||||
!(is_chromeos_lacros && is_chromeos_device)) {
|
||||
|
|
Loading…
Reference in a new issue