diff options
author | Bert Belder <bertbelder@gmail.com> | 2011-09-27 16:16:59 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-27 13:03:29 -0700 |
commit | c06af229dcb066ba6c52f5866daf2e415a99a06e (patch) | |
tree | facf689bc029179c7c3b2d2bcb526592516a8dd2 /deps/uv/common.gypi | |
parent | 81425598db4ca99a65f54a69ea58aa34f519bfe9 (diff) | |
download | node-new-c06af229dcb066ba6c52f5866daf2e415a99a06e.tar.gz |
Upgrade libuv to 2c0fca9a41
Diffstat (limited to 'deps/uv/common.gypi')
-rw-r--r-- | deps/uv/common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/uv/common.gypi b/deps/uv/common.gypi index 9a0be4dc39..373c3aa980 100644 --- a/deps/uv/common.gypi +++ b/deps/uv/common.gypi @@ -32,6 +32,11 @@ 'LinkIncremental': 2, # enable incremental linking }, }, + 'conditions': [ + ['OS != "win"', { + 'defines': [ 'EV_VERIFY=2' ], + }], + ] }, 'Release': { 'defines': [ 'NDEBUG' ], |