Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 7b7d6de87882868330d9001a3d6d1656a62f9f1f..33e4144fc01fbcf43c8d5cda90b2af6ee38794c8 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3514,6 +3514,7 @@ |
'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. |
@@ -3529,7 +3530,6 @@ |
], |
'cflags_cc': [ |
'-fno-rtti', |
- '-fno-exceptions', |
'-fno-threadsafe-statics', |
# Make inline functions have hidden visiblity by default. |
# Surprisingly, not covered by -fvisibility=hidden. |