Fix #796: Enable basic-blocks by default.

This commit is contained in:
Nicolas B. Pierron
2019-09-09 14:37:28 +02:00
committed by Nicolas B. Pierron
parent 7c31ce40c4
commit 69d2f40c10
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ hashbrown = { version = "0.6", optional = true }
smallvec = { version = "0.6.10" }
[features]
default = ["std"]
default = ["std", "basic-blocks"]
std = ["cranelift-codegen/std"]
core = ["hashbrown", "cranelift-codegen/core"]