Skip to content

Commit a986933

Browse files
committed
Disable tracing JIT on AppVeyor
This is a temporary measure until the current issues[1] are resolved. [1] <0e1e991#commitcomment-40805659>
1 parent b5e2b64 commit a986933

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 -d opcache.jit_buffer_size=16M
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 -d opcache.jit=1205
6767

6868
rem prepare for enchant
6969
mkdir C:\usr\local\lib\enchant-2

0 commit comments

Comments
 (0)