build: Add a TIME_PASSES=1 variable

This commit is contained in:
Patrick Walton 2011-04-29 11:55:32 -07:00
parent adfacc5031
commit 648c4ae2ba

View File

@ -24,6 +24,9 @@ endif
ifdef SAVE_TEMPS
CFG_RUSTC_FLAGS += --save-temps
endif
ifdef TIME_PASSES
CFG_RUSTC_FLAGS += --time-passes
endif
# On Darwin, we need to run dsymutil so the debugging information ends
# up in the right place. On other platforms, it automatically gets