We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7403d commit 93734e9Copy full SHA for 93734e9
src/bootstrap/config.rs
@@ -586,7 +586,7 @@ impl Config {
586
};
587
config.rust_debuginfo_lines = debuginfo_lines.unwrap_or(default);
588
config.rust_debuginfo_only_std = debuginfo_only_std.unwrap_or(default);
589
- config.rust_debuginfo_tools = debuginfo_tools.unwrap_or(default);
+ config.rust_debuginfo_tools = debuginfo_tools.unwrap_or(false);
590
591
let default = debug == Some(true);
592
config.debug_jemalloc = debug_jemalloc.unwrap_or(default);
0 commit comments