--disable-jit-support should disable YJIT successfully
--disable-jit-support
Even if rustc is available, it should not be an error unless --enable-yjit is explicitly given.
rustc
--enable-yjit
--disable-jit-support
should disable YJIT successfullyEven if
rustc
is available, it should not be an error unless--enable-yjit
is explicitly given.