Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2012-12-17 15:41:50 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2012-12-17 19:20:44 +0400
commita3877ab53e7559e5055be9c8033e588a1db8b6aa (patch)
tree40df5ad13cc36beafbb982ee7127b40ddcd31c20 /node.gyp
parentddb15603e74e9aa865f3e1099dc2cc5886f9c46e (diff)
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.gyp3
1 files changed, 0 insertions, 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"',