We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a77d0 commit 2aacd29Copy full SHA for 2aacd29
collector/src/bin/rustc-perf-collector/execute.rs
@@ -230,10 +230,6 @@ impl<'a> CargoProcess<'a> {
230
cmd.arg("-Zborrowck=mir");
231
cmd.arg("-Ztwo-phase-borrows");
232
}
233
- if self.compiler.is_nightly {
234
- cmd.arg("-Zself-profile");
235
- cmd.arg("-Zprofile-json");
236
- }
237
// --wrap-rustc-with is not a valid rustc flag. But rustc-fake
238
// recognizes it, strips it (and its argument) out, and uses it as an
239
// indicator that the rustc invocation should be profiled. This works
0 commit comments