Skip to content

Instantly share code, notes, and snippets.

@inoperable
Last active May 23, 2019 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.
Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.
[[ ! -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