Revert "build: enable DEAD_CODE_STRIPPING on OS X"

This reverts commit 02dffb063e423688557e2f8004eb817d7626bf41.
DEAD_CODE_STRIPPING is stripping out CRYPTO_set_add_lock_callback
symbol on which some addons are relying.
This commit is contained in:
Fedor Indutny 2012-12-17 15:41:50 +04:00
parent ddb15603e7
commit a3877ab53e

View File

@ -249,9 +249,6 @@
'defines!': [
'PLATFORM="mac"',
],
'xcode_settings': {
'DEAD_CODE_STRIPPING': 'YES',
},
'defines': [
# we need to use node's preferred "darwin" rather than gyp's preferred "mac"
'PLATFORM="darwin"',