Remove -O0 compile flag in tests

This commit is contained in:
Max Brunsfeld 2015-02-02 22:28:40 -08:00
parent d51d0aa5d5
commit 22a4c5213d

View file

@ -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' ],