add debug-logging to config.toml

This commit is contained in:
Gus Wynn 2020-09-10 14:58:45 -07:00
parent b4bdc07ff5
commit 15aa6f31b9
5 changed files with 25 additions and 1 deletions

View file

@ -19,3 +19,4 @@ features = ['unprefixed_malloc_on_supported_platforms']
[features]
jemalloc = ['jemalloc-sys']
llvm = ['rustc_driver/llvm']
release_max_level_info = ['rustc_driver/release_max_level_info']