summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-04 18:36:38 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-04 18:36:38 +0000
commit177cd0818b1edb18ba1f9f14a36dcbb48e56dd6a (patch)
tree1f1577de954147c62eb87053f7c7d8e41dbcbcbd /build
parentc50378e49807e0d019b103a10f404bb49ff36ba2 (diff)
downloadchromium_src-177cd0818b1edb18ba1f9f14a36dcbb48e56dd6a.zip
chromium_src-177cd0818b1edb18ba1f9f14a36dcbb48e56dd6a.tar.gz
chromium_src-177cd0818b1edb18ba1f9f14a36dcbb48e56dd6a.tar.bz2
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
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi19
1 files changed, 2 insertions, 17 deletions
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': [
- ['"<!(uname -n)"=="xserve6-m1.golo.chromium.org"', {
- 'mac_strip': 0,
- },{
- 'mac_strip': 1,
- }],
- ],
- },{
- 'mac_strip': 1,
- }],
- ],
+ 'mac_strip': 1, # Strip debugging symbols from the target.
},
'mac_bundle': 0,
'xcode_settings': {