diff --git a/common.gypi b/common.gypi index 9a0be4dc39..373c3aa980 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' ],