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

Unified Diff: runtime/BUILD.gn

Issue 2614003003: Change GN debug builds to use -O2, which is the value used by GYP. (Closed)
Patch Set: . Created 3 years, 11 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 | « build/config/compiler/BUILD.gn ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index e7c13da6f7218a4324a7454c52a1b92c6eeb66c6..50ae8ce616f9eca894852d9990158f740bd76e02 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -163,7 +163,7 @@ config("dart_config") {
]
if (dart_debug) {
- cflags += [ "-O1" ]
+ cflags += [ "-O2" ]
} else {
cflags += [ "-O3" ]
}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | runtime/tests/vm/vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698