Make libev verify itself in debug build

This commit is contained in:
Ryan Dahl 2011-09-26 21:06:30 -07:00
parent 9673abeab5
commit 2c0179197f

View File

@ -32,6 +32,11 @@
'LinkIncremental': 2, # enable incremental linking
},
},
'conditions': [
['OS != "win"', {
'defines': [ 'EV_VERIFY=2' ],
}],
]
},
'Release': {
'defines': [ 'NDEBUG' ],