mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Win on ARM optimizations.
This commit is contained in:
parent
2e78710b56
commit
019492c1b1
1 changed files with 4 additions and 0 deletions
|
@ -2178,6 +2178,10 @@ if (is_win) {
|
|||
]
|
||||
}
|
||||
|
||||
if (current_cpu == "arm64") {
|
||||
common_optimize_on_cflags += [ "-march=armv8-a+simd", ]
|
||||
}
|
||||
|
||||
common_optimize_on_cflags += [
|
||||
"/O2",
|
||||
"/clang:-O3",
|
||||
|
|
Loading…
Reference in a new issue