From 8d1d1b249fa6577b9eccad655da829e013301017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B5=D0=BB=D1=8C=D1=86=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 18 Jul 2023 02:38:33 +0300 Subject: [PATCH] Update README.Linux.md add -DV8_ENABLE_SANDBOX flag --- README.Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Linux.md b/README.Linux.md index 3294f837..e8447925 100644 --- a/README.Linux.md +++ b/README.Linux.md @@ -101,7 +101,7 @@ cd /tmp git clone https://github.com/phpv8/v8js.git cd v8js phpize -./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++" CPPFLAGS="-DV8_COMPRESS_POINTERS" +./configure --with-v8js=/opt/v8 LDFLAGS="-lstdc++" CPPFLAGS="-DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX" make make test sudo make install