Skip to content

Commit 7574823

Browse files
committed
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.
1 parent 1a5a6d7 commit 7574823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set OPENSSL_CONF=
6363
rem set SSLEAY_CONF=
6464

6565
rem prepare for Opcache
66-
if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1
66+
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
6767

6868
rem prepare for enchant
6969
mkdir c:\enchant_plugins

0 commit comments

Comments
 (0)