Skip to content

Commit

Permalink
Only disable trace! but allow debug! with debug asserts off
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 12, 2020
1 parent 7d63e11 commit 9697841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["dylib"]
[dependencies]
lazy_static = "1.0"
libc = "0.2"
log = { package = "tracing", version = "0.1.19" }
log = { package = "tracing", version = "0.1.19", features = ["release_max_level_debug"] }
tracing-subscriber = { version = "0.2.11", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
rustc_middle = { path = "../librustc_middle" }
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
Expand Down

0 comments on commit 9697841

Please sign in to comment.