Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 91244) |
| +++ build/common.gypi (working copy) |
| @@ -975,7 +975,10 @@ |
| 'xcode_settings': { |
| 'COPY_PHASE_STRIP': 'NO', |
| 'GCC_OPTIMIZATION_LEVEL': '<(mac_debug_optimization)', |
| - 'OTHER_CFLAGS': [ '<@(debug_extra_cflags)', ], |
| + 'OTHER_CFLAGS': [ |
| + '-fstack-protector-all', # Implies -fstack-protector |
| + '<@(debug_extra_cflags)', |
| + ], |
| }, |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |