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', |