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
979cbb85ef
commit
bf889a938a
1 changed files with 0 additions and 5 deletions
|
@ -901,11 +901,6 @@ 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