From 8bcdfc9fbecfea07eed5b410c4e7b4e118e12dc1 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Tue, 30 Mar 2010 17:03:20 +0000 Subject: Turn on RTTI for the Mac dump_syms. Breakpad r550 requires it, and after considering the alternatives, I've decided that it's not terrible. This code does not make it into the Chrome build, it's only used for the symbol dumper. BUG=none TEST=Mac official build Review URL: http://codereview.chromium.org/1535005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43092 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'breakpad') 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': [ -- cgit v1.1