Remove -O0 compile flag in tests
This commit is contained in:
parent
d51d0aa5d5
commit
22a4c5213d
1 changed files with 1 additions and 4 deletions
|
|
@ -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' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue