Last active
May 23, 2019 16:25
-
-
Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.
Revisions
-
inoperable revised this gist
May 23, 2019 . 2 changed files with 7 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ [[ ! -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 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ -
inoperable created this gist
May 23, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ ./configure --download=all --debug --fully-static --gdb --with-intl=small-icu --v8-options="$(./node --v8-options | grep -P "harmony|future" | gawk { print } | tr -s " " " " | xargs)"