mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +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
|
ifdef TIME_PASSES
|
||||||
CFG_RUSTC_FLAGS += --time-passes
|
CFG_RUSTC_FLAGS += --time-passes
|
||||||
endif
|
endif
|
||||||
|
ifdef TIME_LLVM_PASSES
|
||||||
|
CFG_RUSTC_FLAGS += --time-llvm-passes
|
||||||
|
endif
|
||||||
ifdef NO_TYPESTATE
|
ifdef NO_TYPESTATE
|
||||||
CFG_RUSTC_FLAGS += --no-typestate
|
CFG_RUSTC_FLAGS += --no-typestate
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user