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 aacf18e commit 78645a8Copy full SHA for 78645a8
README.MacOS.md
@@ -16,7 +16,7 @@ cd /tmp
16
git clone https://github.com/phpv8/v8js.git
17
cd v8js
18
phpize
19
-./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS"
+./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX"
20
make -j4
21
make test
22
make install
0 commit comments