mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 09:21:51 +00:00
Force to use the system-wide binutils during compilation v8
This commit is contained in:
parent
663c675fe8
commit
1d46741ced
@ -49,6 +49,10 @@ export GYP_DEFINES="use_system_icu=1"
|
|||||||
|
|
||||||
# Build (with internal snapshots)
|
# Build (with internal snapshots)
|
||||||
export GYPFLAGS="-Dv8_use_external_startup_data=0"
|
export GYPFLAGS="-Dv8_use_external_startup_data=0"
|
||||||
|
|
||||||
|
# Force gyp to use system-wide ld.gold
|
||||||
|
export GYPFLAGS="${GYPFLAGS} -Dlinux_use_bundled_gold=0"
|
||||||
|
|
||||||
make native library=shared snapshot=on -j8
|
make native library=shared snapshot=on -j8
|
||||||
|
|
||||||
# Install to /usr
|
# Install to /usr
|
||||||
|
Loading…
Reference in New Issue
Block a user