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 9c2db4a commit aa05030Copy full SHA for aa05030
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: adfacc5031837f410a30c2e1218c9d767c7f59eb
+refs/heads/master: 648c4ae2ba0dc44284112fd91544cda598ce0603
trunk/Makefile.in
@@ -24,6 +24,9 @@ endif
24
ifdef SAVE_TEMPS
25
CFG_RUSTC_FLAGS += --save-temps
26
endif
27
+ifdef TIME_PASSES
28
+ CFG_RUSTC_FLAGS += --time-passes
29
+endif
30
31
# On Darwin, we need to run dsymutil so the debugging information ends
32
# up in the right place. On other platforms, it automatically gets
0 commit comments