Browse Source

build: enable DEAD_CODE_STRIPPING on OS X

v0.9.4-release
Timothy J Fontaine 12 years ago
committed by Ben Noordhuis
parent
commit
02dffb063e
  1. 3
      node.gyp

3
node.gyp

@ -228,6 +228,9 @@
'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…
Cancel
Save