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
85732a17bf
commit
3ee1c2f5ba
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ config("compiler") {
|
|||
|
||||
if (is_win && target_cpu == "arm64") {
|
||||
cflags += [ "-O3", "-Wno-error", "-Wno-unreachable-code", "-Wno-unused-command-line-argument", ]
|
||||
ldflags += [ "-Wno-unused-command-line-argument", ]
|
||||
ldflags += [ "-Wl,-O3", ]
|
||||
}
|
||||
|
||||
if (is_linux && target_cpu == "arm64") {
|
||||
|
|
Loading…
Reference in a new issue