darwin: compile at -O0 in debug builds

This commit is contained in:
Ben Noordhuis 2012-06-28 19:01:34 +02:00
parent f6a02fbe76
commit 5b8a1127fe

View File

@ -32,6 +32,9 @@
'LinkIncremental': 2, # enable incremental linking
},
},
'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '0',
},
'conditions': [
['OS != "win"', {
'defines': [ 'EV_VERIFY=2' ],