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 aba6e63 commit 52993f7Copy full SHA for 52993f7
mk/perf.mk
@@ -2,7 +2,7 @@
2
ifdef CFG_PERF_TOOL
3
rustc-perf$(X): $(CFG_HOST_TRIPLE)/stage2/bin/rustc$(X)
4
@$(call E, perf compile: $@)
5
- $(PERF_STAGE2_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
+ $(PERF_STAGE2_T_$(CFG_HOST_TRIPLE)_H_$(CFG_HOST_TRIPLE)) -o $@ $(COMPILER_CRATE) >rustc-perf.err 2>&1
6
$(Q)rm -f $@
7
else
8
0 commit comments