Skip to content

Commit 5b48834

Browse files
committed
Disable jit by default & fix run_jit from sync
1 parent 8eea710 commit 5b48834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ smallvec = "1.6.1"
3737
#gimli = { path = "../" }
3838

3939
[features]
40-
default = ["jit", "inline_asm"]
40+
default = ["inline_asm"]
4141
jit = ["cranelift-jit", "libloading"]
4242
inline_asm = []
4343

0 commit comments

Comments
 (0)