We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b41ff commit 202fc16Copy full SHA for 202fc16
build-libv8
@@ -8,6 +8,8 @@ version="${1}"
8
NJOBS="${NJOBS:-$(getconf _NPROCESSORS_ONLN 2>/dev/null || true)}"
9
NJOBS="${NJOBS:-1}"
10
11
+echo "parallel job count: ${NJOBS}"
12
+
13
cd "src/node-${version}"
14
15
python2 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu
0 commit comments