diff --git a/project.gyp b/project.gyp index e672b2b1..e9737874 100644 --- a/project.gyp +++ b/project.gyp @@ -127,10 +127,7 @@ 'default_configuration': 'Release', 'configurations': { 'Debug': { - 'cflags': [ '-g', '-O0' ], - 'xcode_settings': { - 'GCC_OPTIMIZATION_LEVEL': '0', - }, + 'cflags': [ '-g' ], }, 'Release': { 'cflags': [ '-O2', '-fno-strict-aliasing' ],