diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-18 02:05:28 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-18 02:05:28 +0000 |
commit | bc9e80e22d82b15bb5512973b5d5c68219c9473d (patch) | |
tree | f9cb2d4d77c1f73ec0f90acc16b8c20bcc474954 /build | |
parent | c68330312d59b05d36cf838a3f6b115bc54481c8 (diff) | |
download | chromium_src-bc9e80e22d82b15bb5512973b5d5c68219c9473d.zip chromium_src-bc9e80e22d82b15bb5512973b5d5c68219c9473d.tar.gz chromium_src-bc9e80e22d82b15bb5512973b5d5c68219c9473d.tar.bz2 |
Linux: Remove -fno-asynchronous-unwind-tables. We need the eh_frame section to obtain backtraces on 64-bit.
BUG=none
TEST=Sane backtraces in 64-bit stacktraces.
Review URL: http://codereview.chromium.org/626013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi index d47f865..df96104 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -812,11 +812,6 @@ # can be removed at link time with --gc-sections. '-fdata-sections', '-ffunction-sections', - # We don't use exceptions. The eh_frame section is used for those - # and for symbolizing backtraces. By passing this flag we drop - # the eh_frame section completely, we shaving off 2.5mb from - # our resulting binary. - '-fno-asynchronous-unwind-tables', ], 'ldflags': [ '-Wl,--gc-sections', |