build: remove ancient condition from common.gypi

PR-URL: https://github.com/libuv/libuv/pull/435
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Saúl Ibarra Corretgé 2015-07-10 09:20:15 +02:00
parent 05a003a3f7
commit 44485ce682

View File

@ -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' ],