summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 02:23:53 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 02:23:53 +0000
commitbd232ac805c9ded83bcb1932143131ec6a13d2b2 (patch)
treeeacdb29a912b6111eaf02a64ffb3c03ee460f028 /build
parent4998d79f6457ca0dd9f1c74f3035a3c03f3a0b5b (diff)
downloadchromium_src-bd232ac805c9ded83bcb1932143131ec6a13d2b2.zip
chromium_src-bd232ac805c9ded83bcb1932143131ec6a13d2b2.tar.gz
chromium_src-bd232ac805c9ded83bcb1932143131ec6a13d2b2.tar.bz2
Back out r29591 (-fstack-protector) because it may have caused Valgrind test
failures and bug 25372. BUG=25372 TEST=green tree Review URL: http://codereview.chromium.org/306021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 1 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2533c25..6fcc3b7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -354,11 +354,7 @@
'xcode_settings': {
'COPY_PHASE_STRIP': 'NO',
'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)',
- 'OTHER_CFLAGS': [
- '-fstack-protector',
- '-fstack-protector-all',
- '<@(debug_extra_cflags)',
- ],
+ 'OTHER_CFLAGS': [ '<@(debug_extra_cflags)', ],
},
'conditions': [
[ 'OS=="win"', {