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 4668123 commit 86aa326Copy full SHA for 86aa326
src/bootstrap/builder.rs
@@ -1650,7 +1650,8 @@ impl<'a> Builder<'a> {
1650
}
1651
};
1652
cargo.env(profile_var("DEBUG"), debuginfo_level.to_string());
1653
- if !self.config.dry_run() && self.cc.borrow()[&target].args().iter().any(|arg| arg == "-gz") {
+ if !self.config.dry_run() && self.cc.borrow()[&target].args().iter().any(|arg| arg == "-gz")
1654
+ {
1655
rustflags.arg("-Clink-arg=-gz");
1656
1657
cargo.env(
0 commit comments