mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
Update README.Linux.md
add -DV8_ENABLE_SANDBOX flag
This commit is contained in:
parent
133bf61e05
commit
8d1d1b249f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user