Make libev verify itself in debug build
This commit is contained in:
parent
9673abeab5
commit
2c0179197f
@ -32,6 +32,11 @@
|
||||
'LinkIncremental': 2, # enable incremental linking
|
||||
},
|
||||
},
|
||||
'conditions': [
|
||||
['OS != "win"', {
|
||||
'defines': [ 'EV_VERIFY=2' ],
|
||||
}],
|
||||
]
|
||||
},
|
||||
'Release': {
|
||||
'defines': [ 'NDEBUG' ],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user