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: http://src.chromium.org/svn/trunk/src/build@29601 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mark@chromium.org 2009-10-21 02:23:53 +00:00
Родитель a2c75d5f57
Коммит b5c7419acc
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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"', {