Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ smallvec = "1.6.1"
#gimli = { path = "../" }

[features]
default = ["jit", "inline_asm"]
default = ["inline_asm"]
jit = ["cranelift-jit", "libloading"]
inline_asm = []

Expand Down
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ changelog-seen = 2
# This is an array of the codegen backends that will be compiled for the rustc
# that's being compiled. The default is to only build the LLVM codegen backend,
# and currently the only standard options supported are `"llvm"` and `"cranelift"`.
#codegen-backends = ["llvm"]
#codegen-backends = ["llvm", "cranelift"]

# Indicates whether LLD will be compiled and made available in the sysroot for
# rustc to execute.
Expand Down
Loading