summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-05-09 13:47:09 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2016-05-10 12:01:10 +0200
commit584f93aa0d4abc7b09e3573bfbf392704e42a899 (patch)
tree4bc02fcd55d247184eb2ab17fe9ff72e16a84740 /common.gypi
parent844f0a9f582fcf51661a479926d8366affdf28c3 (diff)
downloadandroid-node-v8-584f93aa0d4abc7b09e3573bfbf392704e42a899.tar.gz
android-node-v8-584f93aa0d4abc7b09e3573bfbf392704e42a899.tar.bz2
android-node-v8-584f93aa0d4abc7b09e3573bfbf392704e42a899.zip
build: don't compile with -B, redux
It looks like suppressing `-B` and `-fuse-ld=gold` from common.gypi is not very reliable. I'm positive it worked when commit 3cdb506 ("build: don't compile with -B") was merged but subsequent updates appear to have broken it again. Take the nuclear option and disable them from `tools/node_gyp.py`. Fixes: https://github.com/nodejs/node/issues/6603 PR-URL: https://github.com/nodejs/node/pull/6650 Refs: https://github.com/nodejs/node/pull/6393 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.gypi b/common.gypi
index 10da7abccc..8da603d00f 100644
--- a/common.gypi
+++ b/common.gypi
@@ -25,9 +25,6 @@
# Don't bake anything extra into the snapshot.
'v8_use_external_startup_data%': 0,
- # Don't compile with -B, we don't bundle ld.gold.
- 'linux_use_bundled_gold%': 0,
-
'conditions': [
['OS == "win"', {
'os_posix': 0,