diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 05:00:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 05:00:01 +0000 |
commit | 10731ceacc4c222fa327117e4da237fb5286f85a (patch) | |
tree | 7075ac5ec5e401509bc54b02e01c975d0a337396 /build | |
parent | 94d19d541632bc4300960374fbb614daf25ea44d (diff) | |
download | chromium_src-10731ceacc4c222fa327117e4da237fb5286f85a.zip chromium_src-10731ceacc4c222fa327117e4da237fb5286f85a.tar.gz chromium_src-10731ceacc4c222fa327117e4da237fb5286f85a.tar.bz2 |
Revert 99673 (didn't help) - mac: Use stabs instead of dwarf when fastbuild=1
libbase_i18n.a goes from 1MB to 300kB with this. I could imagine that
this CL makes the trybot compile time quite a bit faster.
BUG=none
TEST=none
TBR=mark
Review URL: http://codereview.chromium.org/7737027
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/7834036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99697 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi index 14e78d1..007b908 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -857,14 +857,6 @@ 'debug_extra_cflags': '-g0', }, }], - ['OS=="mac"', { - 'xcode_settings': { - # Goma needs to ship all symbol information over the wire. - # <(debug_extra_cflags) will still generate -g1 STABS information, - # which is smaller than -gdwarf-2 information. - 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO', - }, - }], ], # conditions for fastbuild. }], # fastbuild!=0 ['selinux==1', { |