From 44485ce682e4111fdd5d538ee20ed294563a3df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Jul 2015 09:20:15 +0200 Subject: [PATCH] build: remove ancient condition from common.gypi PR-URL: https://github.com/libuv/libuv/pull/435 Reviewed-By: Ben Noordhuis --- common.gypi | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common.gypi b/common.gypi index ecf94752..c754a461 100644 --- a/common.gypi +++ b/common.gypi @@ -35,12 +35,7 @@ 'xcode_settings': { 'GCC_OPTIMIZATION_LEVEL': '0', 'OTHER_CFLAGS': [ '-Wno-strict-aliasing' ], - }, - 'conditions': [ - ['OS != "win"', { - 'defines': [ 'EV_VERIFY=2' ], - }], - ] + } }, 'Release': { 'defines': [ 'NDEBUG' ],