From 177cd0818b1edb18ba1f9f14a36dcbb48e56dd6a Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Tue, 4 Oct 2011 18:36:38 +0000 Subject: Revert 102221 - Temporarily turning off stripping for mac builds on the main waterfall to debug intermittent crash seen only there. BUG=None TEST=None R=bradchen@chromium.org Review URL: http://codereview.chromium.org/7976042 TBR=bradnelson@google.com Review URL: http://codereview.chromium.org/8136010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103949 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 2df9b36..20f19ff 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -49,7 +49,7 @@ # Compute the architecture that we're building on. 'conditions': [ - ['OS=="win" or OS=="mac"', { + [ 'OS=="win" or OS=="mac"', { 'host_arch%': 'ia32', }, { # This handles the Unix platforms for which there is some support. @@ -2046,22 +2046,7 @@ # different targets, like these. 'mac_pie': 1, # Most executables can be position-independent. 'mac_real_dsym': 0, # Fake .dSYMs are fine in most cases. - # TODO(bradchen): switch back to the following once we have enough - # results. - #'mac_strip': 1, # Strip debugging symbols from the target. - 'conditions': [ - ['OS=="mac"', { - 'conditions': [ - ['"