diff options
author | Fedor Indutny <fedor.indutny@gmail.com> | 2012-12-17 15:41:50 +0400 |
---|---|---|
committer | Fedor Indutny <fedor.indutny@gmail.com> | 2012-12-17 19:20:44 +0400 |
commit | a3877ab53e7559e5055be9c8033e588a1db8b6aa (patch) | |
tree | 40df5ad13cc36beafbb982ee7127b40ddcd31c20 /node.gyp | |
parent | ddb15603e74e9aa865f3e1099dc2cc5886f9c46e (diff) | |
download | node-new-a3877ab53e7559e5055be9c8033e588a1db8b6aa.tar.gz |
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.
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"', |