Fix #796: Enable basic-blocks by default.
This commit is contained in:
committed by
Nicolas B. Pierron
parent
7c31ce40c4
commit
69d2f40c10
@@ -32,7 +32,7 @@ smallvec = { version = "0.6.10" }
|
||||
cranelift-codegen-meta = { path = "meta", version = "0.46.1" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = ["std", "basic-blocks"]
|
||||
|
||||
# The "std" feature enables use of libstd. The "core" feature enables use
|
||||
# of some minimal std-like replacement libraries. At least one of these two
|
||||
|
||||
Reference in New Issue
Block a user