Skip to content

Commit

Permalink
build: only whole archive on static v8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Dec 10, 2013
1 parent 2905884 commit 92bbd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Expand Up @@ -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',
],
Expand Down

0 comments on commit 92bbd60

Please sign in to comment.