Skip to content

Commit

Permalink
Log parallel job count
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 30, 2020
1 parent 50dd477 commit 4d0dae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-libv8
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ version="${1}"
NJOBS="${NJOBS:-$(getconf _NPROCESSORS_ONLN 2>/dev/null || true)}"
NJOBS="${NJOBS:-1}"

echo "parallel job count: ${NJOBS}"

cd "src/node-${version}"

python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu --experimental-enable-pointer-compression
Expand Down

0 comments on commit 4d0dae4

Please sign in to comment.