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

Unified Diff: test/cxxflags/cxxflags.gyp

Issue 235033003: Make test/cxxflags use a user define instead of __OPTIMIZE__ (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 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 | « test/cxxflags/cxxflags.cc ('k') | test/cxxflags/gyptest-cxxflags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cxxflags/cxxflags.gyp
diff --git a/test/cxxflags/cxxflags.gyp b/test/cxxflags/cxxflags.gyp
index 24d883aaed60c27b062f72c27605cfda58bab60b..a082d494924f94d529aa957875c1e24838f7e38f 100644
--- a/test/cxxflags/cxxflags.gyp
+++ b/test/cxxflags/cxxflags.gyp
@@ -7,7 +7,6 @@
{
'target_name': 'cxxflags',
'type': 'executable',
- 'opt': '-Os',
'sources': [
'cxxflags.cc',
],
« no previous file with comments | « test/cxxflags/cxxflags.cc ('k') | test/cxxflags/gyptest-cxxflags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698