We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eea710 commit 5b48834Copy full SHA for 5b48834
compiler/rustc_codegen_cranelift/Cargo.toml
@@ -37,7 +37,7 @@ smallvec = "1.6.1"
37
#gimli = { path = "../" }
38
39
[features]
40
-default = ["jit", "inline_asm"]
+default = ["inline_asm"]
41
jit = ["cranelift-jit", "libloading"]
42
inline_asm = []
43
0 commit comments