commit | 648c4ae2ba0dc44284112fd91544cda598ce0603 | [log] [tgz] |
---|---|---|
author | Patrick Walton <[email protected]> | Fri Apr 29 18:55:32 2011 |
committer | Patrick Walton <[email protected]> | Fri Apr 29 18:55:32 2011 |
tree | d930c8b3ba589566b0dfee8ee554a4d843ef85b8 | |
parent | adfacc5031837f410a30c2e1218c9d767c7f59eb [diff] [blame] |
build: Add a TIME_PASSES=1 variable
diff --git a/Makefile.in b/Makefile.in index 2c6e452..8954d83 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -24,6 +24,9 @@ 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