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 cc238a5 commit 2421f47Copy full SHA for 2421f47
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
python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu --experimental-enable-pointer-compression
0 commit comments