| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 1d69c51821c0423ade5b7ced71ab4619916c1d6a..c81899ec9b6cc585bd71beca03f084cee76ce427 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -3375,7 +3375,7 @@
|
| ['release_valgrind_build==0', {
|
| 'xcode_settings': {
|
| 'OTHER_CFLAGS': [
|
| - '-fstack-protector-all', # Implies -fstack-protector
|
| + '-fstack-protector-strong', # Implies -fstack-protector
|
| ],
|
| },
|
| }],
|
| @@ -3593,7 +3593,7 @@
|
| # and we want to avoid overriding this, so stack-protector is only
|
| # enabled when not building on Chrome OS.
|
| # TODO(phajdan.jr): Use -fstack-protector-strong when our gcc
|
| - # supports it.
|
| + # supports it. See also https://crbug.com/533294
|
| 'target_defaults': {
|
| 'cflags': [
|
| '-fstack-protector',
|
|
|