Bring back -fstack-protector-all on iOS.
This flag used to cause a crash on startup. As of Xcode 5 this doesn't appear to happen anymore. BUG=341484 TEST=None Review URL: https://codereview.chromium.org/187823005 git-svn-id: http://src.chromium.org/svn/trunk/src/build@255263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
b4aff1304d
Коммит
2452f5e55e
|
@ -2821,10 +2821,7 @@
|
|||
# TODO(phajdan.jr): Should we enable this for all of POSIX?
|
||||
'defines': ['_GLIBCXX_DEBUG=1',],
|
||||
}],
|
||||
# Disabled on iOS because it was causing a crash on startup.
|
||||
# TODO(michelea): investigate, create a reduced test and possibly
|
||||
# submit a radar.
|
||||
['release_valgrind_build==0 and OS!="ios"', {
|
||||
['release_valgrind_build==0', {
|
||||
'xcode_settings': {
|
||||
'OTHER_CFLAGS': [
|
||||
'-fstack-protector-all', # Implies -fstack-protector
|
||||
|
|
Загрузка…
Ссылка в новой задаче