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

Unified Diff: gn/BUILD.gn

Issue 2322753002: GN: default to -O1 (Closed)
Patch Set: warning Created 4 years, 3 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 | src/core/SkGlyphCache.cpp » ('j') | 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 35d33a51eb9d92e32cadb72d38f27e546b29332c..a076aa9e9cd12e1f6073b41a34b5c25ceb9ee2ea 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -28,6 +28,7 @@ config("no_rtti") {
config("default") {
cflags = [
+ "-O1",
"-g",
"-fstrict-aliasing",
"-fPIC",
« no previous file with comments | « no previous file | src/core/SkGlyphCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698