1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Disable YJIT in MJIT tests

This commit is contained in:
Aaron Patterson 2021-07-15 13:06:39 -07:00 committed by Alan Wu
parent 5336f6dada
commit 2a59bd7312

View file

@ -39,6 +39,7 @@ module JITSupport
'--disable-gems', "--jit-verbose=#{verbose}",
"--jit-min-calls=#{min_calls}", "--jit-max-cache=#{max_cache}",
]
args << '--disable-yjit'
args << '--jit-wait' if wait
args << '--jit-save-temps' if save_temps
args << '--jit-debug' if defined?(@jit_debug) && @jit_debug