Add TIME_LLVM_PASSES flag to the Makefile
This commit is contained in:
parent
7d1979d024
commit
2752284f4b
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ endif
|
|||
ifdef TIME_PASSES
|
||||
CFG_RUSTC_FLAGS += --time-passes
|
||||
endif
|
||||
ifdef TIME_LLVM_PASSES
|
||||
CFG_RUSTC_FLAGS += --time-llvm-passes
|
||||
endif
|
||||
ifdef NO_TYPESTATE
|
||||
CFG_RUSTC_FLAGS += --no-typestate
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue