]> git.proxmox.com Git - rustc.git/blob - src/bootstrap/defaults/config.toml.compiler
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / bootstrap / defaults / config.toml.compiler
1 # These defaults are meant for contributors to the compiler who do not modify codegen or LLVM
2 [rust]
3 # This enables `RUSTC_LOG=debug`, avoiding confusing situations
4 # where adding `debug!()` appears to do nothing.
5 # However, it makes running the compiler slightly slower.
6 debug-logging = true
7 # This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
8 incremental = true