Skip to content

Commit 531dbad

Browse files
committed
remove debug-logging default from tools profile
`debug-logging` conflicts with `download-rustc` option, and doesn't really make sense to enable it for a profile that is used for tool development. Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 0c5864f commit 531dbad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/defaults/config.tools.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# These defaults are meant for contributors to tools which build on the
22
# compiler, but do not modify it directly.
33
[rust]
4-
# This enables `RUSTC_LOG=debug`, avoiding confusing situations
5-
# where adding `debug!()` appears to do nothing.
6-
# However, it makes running the compiler slightly slower.
7-
debug-logging = true
84
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
95
incremental = true
106
# Download rustc from CI instead of building it from source.

0 commit comments

Comments
 (0)