We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610dfe commit c7a8cdfCopy full SHA for c7a8cdf
src/bootstrap/config.rs
@@ -1472,7 +1472,7 @@ impl Config {
1472
config.rust_overflow_checks_std =
1473
overflow_checks_std.unwrap_or(config.rust_overflow_checks);
1474
1475
- config.rust_debug_logging = debug_logging.unwrap_or(config.rust_debug_assertions);
+ config.rust_debug_logging = debug_logging.unwrap_or(true);
1476
1477
let with_defaults = |debuginfo_level_specific: Option<u32>| {
1478
debuginfo_level_specific.or(debuginfo_level).unwrap_or(if debug == Some(true) {
0 commit comments