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

Unified Diff: base/base.gypi

Issue 9004020: Crank optimization level for base libs to WPO in official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT. Created 9 years 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 | « base/base.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 9251dd9cd44761a96b3c7c9da474ad2de1faea5f..472e70aec9e042a20934a954ca49c5f5046bb7e2 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -547,6 +547,7 @@
'variables': {
'base_target': 1,
'enable_wexit_time_destructors': 1,
+ 'optimize': 'max',
},
'dependencies': [
'base_static',
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698