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
648a13b66f
commit
4bbd841bc2
1 changed files with 1 additions and 1 deletions
|
@ -2061,7 +2061,7 @@ config("optimize") {
|
||||||
} else {
|
} else {
|
||||||
# PGO requires all translation units to be compiled with /O2. The actual
|
# PGO requires all translation units to be compiled with /O2. The actual
|
||||||
# optimization level will be decided based on the profiling data.
|
# optimization level will be decided based on the profiling data.
|
||||||
cflags = [ "/O2" ] + common_optimize_on_cflags + [ "/Oi" ]
|
cflags = [ "/O3" ] + common_optimize_on_cflags + [ "/Oi" ]
|
||||||
}
|
}
|
||||||
} else if (optimize_for_size) {
|
} else if (optimize_for_size) {
|
||||||
# Favor size over speed.
|
# Favor size over speed.
|
||||||
|
|
Loading…
Reference in a new issue