Browse Source

build: only whole archive on static v8 builds

Closes #6629
v0.10.23-release
Timothy J Fontaine 11 years ago
parent
commit
92bbd60a3f
  1. 2
      node.gyp

2
node.gyp

@ -291,7 +291,7 @@
],
}],
[
'OS=="linux"', {
'OS=="linux" and node_shared_v8=="false"', {
'ldflags': [
'-Wl,--whole-archive <(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a -Wl,--no-whole-archive',
],

Loading…
Cancel
Save