mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 17:12:53 +00:00
add option to build enforcing mutability
This commit is contained in:
parent
7b81cd8930
commit
674587cfe5
@ -82,6 +82,9 @@ endif
|
||||
ifdef SAVE_TEMPS
|
||||
CFG_RUSTC_FLAGS += --save-temps
|
||||
endif
|
||||
ifdef ENFORCE_MUT_VARS
|
||||
CFG_RUSTC_FLAGS += --enforce-mut-vars
|
||||
endif
|
||||
ifdef TIME_PASSES
|
||||
CFG_RUSTC_FLAGS += --time-passes
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user