Last active
May 23, 2019 16:25
-
-
Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[ ! -v ${MAKEFLAGS} ]] && MAKEFLAGS="--jobs=$(nproc)" || MAKEFLAGS+=" --jobs=$(nproc)" | |
./configure --download=all \ | |
--debug \ | |
--fully-static \ | |
--gdb --with-intl=small-icu \ | |
--v8-options="$(./node --v8-options | grep -P "harmony|future" | gawk {' print $1 '} | tr -s '\n' ' ' | xargs)" | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment