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
ba18c1d279
commit
43c09518e5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ config("compiler") {
|
||||||
cflags += [ "--target=x86_64-windows", "/O3", "/clang:-O3", "-Xclang", "-O3", "-Wno-unused-command-line-argument", ]
|
cflags += [ "--target=x86_64-windows", "/O3", "/clang:-O3", "-Xclang", "-O3", "-Wno-unused-command-line-argument", ]
|
||||||
}
|
}
|
||||||
} else if (current_cpu == "arm64") {
|
} else if (current_cpu == "arm64") {
|
||||||
cflags += [ "--target=arm64-windows", "/O3", "/clang:-O3", "-Xclang", "-O3", "-Wno-unused-command-line-argument", ]
|
cflags += [ "--target=arm64-windows", "/O3", "/clang:-O3", "-Xclang", "-O3", "-Wno-unused-command-line-argument", "-Wno-error", ]
|
||||||
} else {
|
} else {
|
||||||
assert(false, "unknown current_cpu " + current_cpu)
|
assert(false, "unknown current_cpu " + current_cpu)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue