Skip to content

Commit aa05030

Browse files
committed
---
yaml --- r: 2280 b: refs/heads/master c: 648c4ae h: refs/heads/master v: v3
1 parent 9c2db4a commit aa05030

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: adfacc5031837f410a30c2e1218c9d767c7f59eb
2+
refs/heads/master: 648c4ae2ba0dc44284112fd91544cda598ce0603

trunk/Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ endif
2424
ifdef SAVE_TEMPS
2525
CFG_RUSTC_FLAGS += --save-temps
2626
endif
27+
ifdef TIME_PASSES
28+
CFG_RUSTC_FLAGS += --time-passes
29+
endif
2730

2831
# On Darwin, we need to run dsymutil so the debugging information ends
2932
# up in the right place. On other platforms, it automatically gets

0 commit comments

Comments
 (0)