Skip to content

Instantly share code, notes, and snippets.

@inoperable
Last active May 23, 2019 16:25
Show Gist options
  • Select an option

  • Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.

Select an option

Save inoperable/e831e36acc410ec0a05599ea13d7e62c to your computer and use it in GitHub Desktop.

Revisions

  1. inoperable revised this gist May 23, 2019. 2 changed files with 7 additions and 2 deletions.
    7 changes: 7 additions & 0 deletions build_nodejs_autoharmony.zsh
    Original 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
    2 changes: 0 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,2 +0,0 @@
    ./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)"
  2. inoperable created this gist May 23, 2019.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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)"