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.
1 parent cf094cb commit bee5b11Copy full SHA for bee5b11
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0b791f5143d387179a4960fb8141dd30a935bdec
+refs/heads/master: ff813f84a8d22c19b090637be838c1d40aab2e23
trunk/mk/perf.mk
@@ -2,7 +2,7 @@
ifdef CFG_PERF_TOOL
3
rustc-perf$(X): stage2/bin/rustc$(X)
4
@$(call E, perf compile: $@)
5
- $(PERF_STAGE1) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
+ $(PERF_STAGE2) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
6
$(Q)rm -f $@
7
else
8
0 commit comments