summaryrefslogtreecommitdiffstats
path: root/breakpad/breakpad.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r--breakpad/breakpad.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index 7fac254..334bcd1 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -144,6 +144,11 @@
'src/client/mac/Framework/Breakpad.mm',
'src/client/mac/Framework/OnDemandServer.mm',
],
+ 'xcode_settings': {
+ # The Mac Breakpad framework uses C++ exceptions internally, but
+ # is careful to not propagate them to callers.
+ 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
+ },
},
],
}],