Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 9bef806

Browse files
committed
Add -Zinput-stats
1 parent 56ce552 commit 9bef806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TIMES_DIR=/home/ncameron/times
22
SCRIPTS_DIR=/home/ncameron/times-scripts
33

44
START=$(pwd)
5-
export CARGO_BUILD="cargo rustc -- -Ztime-passes"
5+
export CARGO_BUILD="cargo rustc -- -Ztime-passes -Zinput-stats"
66
export PATH=$RUSTC_DIR/bin:$PATH
77

88
for dir in *; do

0 commit comments

Comments
 (0)