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

Unified Diff: build/common.gypi

Issue 7104062: clang: Let release builds use -O3, like on gcc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1f323c3ce6fc3cf709f188ebdebc555be59287e9..47d7297e22587c1f1a00915d76b826c618e0b157 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -644,10 +644,6 @@
'win_release_RuntimeLibrary%': '0', # 0 = /MT (nondebug static)
'win_debug_RuntimeLibrary%': '1', # 1 = /MTd (debug static)
}],
- ['OS=="mac" and clang==1', {
- # TODO(thakis): Remove this once http://llvm.org/PR10031 is fixed.
- 'mac_release_optimization%': '2',
- }],
],
},
'conditions': [
« 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