| Index: tools/gyp/configurations_xcode.gypi
|
| diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
|
| index 916c950b33063b84e9818d490596768c3a20b780..91524a5cbd9ed2568010b87487ab9301891459b1 100644
|
| --- a/tools/gyp/configurations_xcode.gypi
|
| +++ b/tools/gyp/configurations_xcode.gypi
|
| @@ -29,6 +29,10 @@
|
| 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES', # -fvisibility-inlines-hidden
|
| 'GCC_WARN_NON_VIRTUAL_DESTRUCTOR': 'YES', # -Wnon-virtual-dtor
|
| 'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
|
| + 'OTHER_CFLAGS': [ # Disable frame pointers by default.
|
| + '-fomit-frame-pointer',
|
| + '-momit-leaf-frame-pointer',
|
| + ],
|
| 'WARNING_CFLAGS': [
|
| '<@(common_gcc_warning_flags)',
|
| '-Wtrigraphs', # Disable Xcode default.
|
|
|