Fixes #404: Use log.rs and a file-per-thread logger instead of the dbg! macro;

This commit is contained in:
Benjamin Bouvier
2018-07-20 19:14:04 +02:00
committed by Dan Gohman
parent 60c2cad06e
commit a044f58cea
27 changed files with 123 additions and 221 deletions

View File

@@ -13,6 +13,7 @@ cranelift-codegen = { path = "../codegen", version = "0.18.1", default-features
cranelift-entity = { path = "../entity", version = "0.18.1", default-features = false }
hashmap_core = { version = "0.1.9", optional = true }
failure = "0.1.1"
log = { version = "0.4.3", default-features = false, features = ["release_max_level_warn"] }
[features]
default = ["std"]