From a986933ddeff664367d11bebaca2ea6977dbce62 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 22 Jul 2020 08:51:08 +0200 Subject: Disable tracing JIT on AppVeyor This is a temporary measure until the current issues[1] are resolved. [1] --- appveyor/test_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index c38eb27901..7e7b94ea9f 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -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 -d opcache.jit_buffer_size=16M +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 rem prepare for enchant mkdir C:\usr\local\lib\enchant-2 -- cgit v1.2.1