darwin: compile at -O0 in debug builds
This commit is contained in:
parent
f6a02fbe76
commit
5b8a1127fe
@ -32,6 +32,9 @@
|
||||
'LinkIncremental': 2, # enable incremental linking
|
||||
},
|
||||
},
|
||||
'xcode_settings': {
|
||||
'GCC_OPTIMIZATION_LEVEL': '0',
|
||||
},
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [ 'EV_VERIFY=2' ],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user