Skip to content

build: don't compile with -B, redux

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix6603 into master

It looks like suppressing -B and -fuse-ld=gold from common.gypi is not very reliable. I'm positive it worked when commit 3cdb5063 ("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: #6603 (closed) Refs: #6393

CI: https://ci.nodejs.org/job/node-test-pull-request/2545/

Merge request reports

Loading