Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: gn/BUILD.gn

Issue 2288813002: GN: release -> -O3, to match GYP (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/BUILD.gn
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index 682986c4847bb4e9cb4e00c60cdebc26617c7388..34ccd38d7331e524ed55ce3da61c43287613f416 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -105,7 +105,7 @@ config("default") {
}
config("release") {
- cflags = [ "-Os" ]
+ cflags = [ "-O3" ]
defines = [ "NDEBUG" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698