Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Sep 21, 2022
1 parent f561694 commit 1ca2250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/Polly/Regular/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ config("optimize") {
} else {
# PGO requires all translation units to be compiled with /O2. The actual
# 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) {
# Favor size over speed.
Expand Down

0 comments on commit 1ca2250

Please sign in to comment.