diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-12-10 10:10:34 -0800 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-12-10 10:11:28 -0800 |
commit | 92bbd60a3ffaf7b22e29576d720027cc835bf60e (patch) | |
tree | 1055f1615f3237b960631bd3e22307e9777dfac5 /node.gyp | |
parent | 2905884b63eb24184b576b1a963a4d72b0159171 (diff) | |
download | node-92bbd60a3ffaf7b22e29576d720027cc835bf60e.tar.gz |
build: only whole archive on static v8 builds
Closes #6629
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ], |