diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index faeefc6..0d300a4 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -304,10 +304,7 @@ }], # All Chrome builds have breakpad symbols, but only process the # symbols from official builds. - # TODO(mmoss) dump_syms segfaults on x64. Enable once dump_syms and - # crash server handle 64-bit symbols. - ['(branding=="Chrome" and buildtype=="Official" and ' - 'target_arch=="ia32")', { + ['(branding=="Chrome" and buildtype=="Official")', { 'linux_dump_symbols%': 1, }], ['toolkit_views==0', { |