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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 448803003: Non-SFI NaCl: Filter out all optimization flags for libc_free.c (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index 89854c0d24dbd6869776da5e5deee3d9460491c5..01ba3bde18e94df91e35c4dc8e083577995f0130 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1180,7 +1180,13 @@
'-fstack-protector-all',
'-fprofile-generate',
'-finstrument-functions',
+ '-O',
+ '-O1',
Mark Seaborn 2014/08/06 20:51:21 FWIW, Gyp does support regexps. You could probabl
hamaji 2014/08/06 22:04:12 You meant ^-O ? Done.
'-O2',
+ '-O3',
+ '-O4',
+ '-Ofast',
+ '-Os',
# ARM GCC emits symbols like __aeabi_unwind_cpp_pr0 in
# .exidx sections with this flag.
'-funwind-tables',
« 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