From 2c0179197f86d195877e217ac868d43776931312 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Sep 2011 21:06:30 -0700 Subject: [PATCH] Make libev verify itself in debug build --- common.gypi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.gypi b/common.gypi index 9a0be4dc3..373c3aa98 100644 --- a/common.gypi +++ b/common.gypi @@ -32,6 +32,11 @@ 'LinkIncremental': 2, # enable incremental linking }, }, + 'conditions': [ + ['OS != "win"', { + 'defines': [ 'EV_VERIFY=2' ], + }], + ] }, 'Release': { 'defines': [ 'NDEBUG' ],