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
Make libev verify itself in debug build
  • Loading branch information
ry committed Sep 27, 2011
1 parent 9673abe commit 2c01791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.gypi
Expand Up @@ -32,6 +32,11 @@
'LinkIncremental': 2, # enable incremental linking
},
},
'conditions': [
['OS != "win"', {
'defines': [ 'EV_VERIFY=2' ],
}],
]
},
'Release': {
'defines': [ 'NDEBUG' ],
Expand Down

0 comments on commit 2c01791

Please sign in to comment.