Skip to content

Commit a4ad149

Browse files
committed
Enable pointer compression
1 parent bef157d commit a4ad149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-libv8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NJOBS="${NJOBS:-1}"
1010

1111
cd "src/node-${version}"
1212

13-
python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu
13+
python3 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu --experimental-enable-pointer-compression
1414
make -j"${NJOBS}"
1515

1616
# taken from

0 commit comments

Comments
 (0)