Skip to content

Commit

Permalink
Disable tracing JIT on AppVeyor
Browse files Browse the repository at this point in the history
This is a temporary measure until the current issues[1] are resolved.

[1] <0e1e991#commitcomment-40805659>
  • Loading branch information
cmb69 committed Jul 22, 2020
1 parent b5e2b64 commit a986933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/test_task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a986933

Please sign in to comment.