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.
-q
1 parent 07307f5 commit e12d15dCopy full SHA for e12d15d
xtask/src/dist.rs
@@ -189,10 +189,8 @@ fn gather_pgo_profile<'a>(
189
eprintln!("Training RA on {label}...");
190
cmd!(
191
sh,
192
- "target/{target}/release/rust-analyzer analysis-stats --run-all-ide-things {train_path}"
+ "target/{target}/release/rust-analyzer analysis-stats -q --run-all-ide-things {train_path}"
193
)
194
- // analysis-stats produces an enormous amount of output on stdout
195
- .ignore_stdout()
196
.run()
197
.context("cannot generate PGO profiles")?;
198
0 commit comments