From 86aa326ec0491d3116a818e5ed4c523bdedd065f Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 13 Jun 2023 09:15:57 +0200 Subject: [PATCH] fmt --- src/bootstrap/builder.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index fe0c1dfb70b..7c8e3536df5 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -1650,7 +1650,8 @@ pub fn cargo( } }; cargo.env(profile_var("DEBUG"), debuginfo_level.to_string()); - 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") + { rustflags.arg("-Clink-arg=-gz"); } cargo.env(