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 bef157d commit a4ad149Copy full SHA for a4ad149
build-libv8
@@ -10,7 +10,7 @@ NJOBS="${NJOBS:-1}"
10
11
cd "src/node-${version}"
12
13
-python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu
+python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu --experimental-enable-pointer-compression
14
make -j"${NJOBS}"
15
16
# taken from
0 commit comments