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.
2 parents a454fcc + 8265748 commit a01c333Copy full SHA for a01c333
src/tools/opt-dist/src/training.rs
@@ -39,7 +39,6 @@ fn init_compiler_benchmarks(
39
"--exact-match",
40
crates.join(",").as_str(),
41
])
42
- .env("RUST_LOG", "collector=debug")
43
.env("RUSTC", env.rustc_stage_0().as_str())
44
.env("RUSTC_BOOTSTRAP", "1")
45
.workdir(&env.rustc_perf_dir());
0 commit comments