mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
Enable object backend by default
This commit is contained in:
parent
cdab96d05c
commit
7a27ded57f
@ -10,6 +10,7 @@ edition = "2018"
|
||||
crate-type = ["dylib"]
|
||||
|
||||
[features]
|
||||
default = ["backend_object"]
|
||||
backend_object = ["object/write", "cranelift-object"]
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user