diff --git a/common.gypi b/common.gypi index c2df528f..79306a75 100644 --- a/common.gypi +++ b/common.gypi @@ -32,6 +32,9 @@ 'LinkIncremental': 2, # enable incremental linking }, }, + 'xcode_settings': { + 'GCC_OPTIMIZATION_LEVEL': '0', + }, 'conditions': [ ['OS != "win"', { 'defines': [ 'EV_VERIFY=2' ],