Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index dc38c4be9fb3d91418a7803d634e91992f0c1584..0ad8cc1eabc24a28aa68e563c445d14bb1a37bfa 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3509,7 +3509,6 @@ |
'cflags': [ |
'<(werror)', # See note above about the werror variable. |
'-pthread', |
- '-fno-exceptions', |
'-fno-strict-aliasing', # See http://crbug.com/32204 |
'-Wall', |
# TODO(evan): turn this back on once all the builds work. |
@@ -3524,6 +3523,7 @@ |
'-pipe', |
], |
'cflags_cc': [ |
+ '-fno-exceptions', |
'-fno-rtti', |
'-fno-threadsafe-statics', |
# Make inline functions have hidden visiblity by default. |