Skip to content

Commit 86aa326

Browse files
committed
fmt
1 parent 4668123 commit 86aa326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/builder.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,8 @@ impl<'a> Builder<'a> {
16501650
}
16511651
};
16521652
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") {
1653+
if !self.config.dry_run() && self.cc.borrow()[&target].args().iter().any(|arg| arg == "-gz")
1654+
{
16541655
rustflags.arg("-Clink-arg=-gz");
16551656
}
16561657
cargo.env(

0 commit comments

Comments
 (0)