Skip to content

Commit

Permalink
Rm unnecessary println in try_get_compiler (#1063)
Browse files Browse the repository at this point in the history
when no default flag is specificed
  • Loading branch information
NobodyXu committed May 6, 2024
1 parent 8521a7f commit 8ea8988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1761,8 +1761,6 @@ impl Build {

if !no_defaults {
self.add_default_flags(&mut cmd, &target, &opt_level)?;
} else {
println!("Info: default compiler flags are disabled");
}

if let Some(ref std) = self.std {
Expand Down

0 comments on commit 8ea8988

Please sign in to comment.