diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:28:17 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:28:17 +0000 |
commit | c87efd42858edeb7d2e2a8596d7241319042971d (patch) | |
tree | 1b022c8c30c4cb47715e962aa0c8ed14cb816073 /build/common.gypi | |
parent | e398a726d2aada2a325f50be21b35374bb57d7bc (diff) | |
download | chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.zip chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.tar.gz chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.tar.bz2 |
Linux: Switch to DWARF for official builds. Good riddence.
BUG=20737
TEST=none
Review URL: http://codereview.chromium.org/2892001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57553 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 7530c57..b21398cd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -924,8 +924,6 @@ 'cflags': [ '-O>(debug_optimize)', '-g', - # One can use '-gstabs' to enable building the debugging - # information in STABS format for breakpad's dumpsyms. ], }, 'Release_Base': { @@ -1108,7 +1106,7 @@ ], }], ['linux_breakpad==1', { - 'cflags': [ '-gstabs' ], + 'cflags': [ '-g' ], 'defines': ['USE_LINUX_BREAKPAD'], }], ['linux_use_seccomp_sandbox==1 and buildtype!="Official"', { |