From a3877ab53e7559e5055be9c8033e588a1db8b6aa Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Mon, 17 Dec 2012 15:41:50 +0400 Subject: [PATCH] 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. --- node.gyp | 3 --- 1 file changed, 3 deletions(-) diff --git a/node.gyp b/node.gyp index 14058eb960f..cd5cad4a1b2 100644 --- a/node.gyp +++ b/node.gyp @@ -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"',