mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Add TIME_LLVM_PASSES flag to the Makefile
This commit is contained in:
parent
7d1979d024
commit
2752284f4b
@ -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…
Reference in New Issue
Block a user