Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
darwin: compile at -O0 in debug builds
  • Loading branch information
bnoordhuis committed Jun 29, 2012
1 parent f6a02fb commit 5b8a112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.gypi
Expand Up @@ -32,6 +32,9 @@
'LinkIncremental': 2, # enable incremental linking
},
},
'xcode_settings': {
'GCC_OPTIMIZATION_LEVEL': '0',
},
'conditions': [
['OS != "win"', {
'defines': [ 'EV_VERIFY=2' ],
Expand Down

0 comments on commit 5b8a112

Please sign in to comment.