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

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: use regexp 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..c27ab2ebea3cd58c7ffb7b656a761ae5401d83ed 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1180,7 +1180,6 @@
'-fstack-protector-all',
'-fprofile-generate',
'-finstrument-functions',
- '-O2',
# ARM GCC emits symbols like __aeabi_unwind_cpp_pr0 in
# .exidx sections with this flag.
'-funwind-tables',
@@ -1199,6 +1198,7 @@
# Do not use any sanitizers tools, which require a few symbols.
'cflags/': [
['exclude', '-fsanitize'],
+ ['exclude', '^-O'], # Strip -O2, -Os etc.
],
'ldflags/': [
['exclude', '-fsanitize'],
« 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