Skip to content

Commit 4b6cd83

Browse files
committed
Enable pointer compression
1 parent e8e6bab commit 4b6cd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)