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:
parent
5336f6dada
commit
2a59bd7312
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue