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:
parent
ddb15603e7
commit
a3877ab53e
3
node.gyp
3
node.gyp
@ -249,9 +249,6 @@
|
|||||||
'defines!': [
|
'defines!': [
|
||||||
'PLATFORM="mac"',
|
'PLATFORM="mac"',
|
||||||
],
|
],
|
||||||
'xcode_settings': {
|
|
||||||
'DEAD_CODE_STRIPPING': 'YES',
|
|
||||||
},
|
|
||||||
'defines': [
|
'defines': [
|
||||||
# we need to use node's preferred "darwin" rather than gyp's preferred "mac"
|
# we need to use node's preferred "darwin" rather than gyp's preferred "mac"
|
||||||
'PLATFORM="darwin"',
|
'PLATFORM="darwin"',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user