From 22a4c5213d8c6dcf9dac7df25b04daad24dc5d8d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 2 Feb 2015 22:28:40 -0800 Subject: [PATCH] Remove -O0 compile flag in tests --- project.gyp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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' ],