diff options
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 1aea884..3332661 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -108,6 +108,8 @@ 'xcode_settings': { # The DWARF utilities require -funsigned-char. 'GCC_CHAR_IS_UNSIGNED_CHAR': 'YES', + # dwarf2reader.cc uses dynamic_cast. + 'GCC_ENABLE_CPP_RTTI': 'YES', }, 'link_settings': { 'libraries': [ |