We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c4b27c + 10a4e8b commit fb42475Copy full SHA for fb42475
README.Linux.md
@@ -53,6 +53,10 @@ export GYP_DEFINES="use_system_icu=1"
53
54
# Build (with internal snapshots)
55
export GYPFLAGS="-Dv8_use_external_startup_data=0"
56
+
57
+# Force gyp to use system-wide ld.gold
58
+export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0"
59
60
make native library=shared snapshot=on -j8
61
62
# Install to /usr
0 commit comments