mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Enable JIT for AppVeyor CI
This is not supposed to bring any test performance optimization, but allows us to test basic JIT functionality on Windows.
This commit is contained in:
parent
1a5a6d72a1
commit
7574823911
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ set OPENSSL_CONF=
|
|||
rem set SSLEAY_CONF=
|
||||
|
||||
rem prepare for Opcache
|
||||
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1
|
||||
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit_buffer_size=16M
|
||||
|
||||
rem prepare for enchant
|
||||
mkdir c:\enchant_plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue