mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
correct ASM_COMMENTS Makefile option
This commit is contained in:
parent
461a79a247
commit
682bb4144c
@ -111,7 +111,7 @@ ifdef SAVE_TEMPS
|
||||
CFG_RUSTC_FLAGS += --save-temps
|
||||
endif
|
||||
ifdef ASM_COMMENTS
|
||||
CFG_RUSTC_FLAGS += -z asm-comments
|
||||
CFG_RUSTC_FLAGS += -Z asm-comments
|
||||
endif
|
||||
ifdef TIME_PASSES
|
||||
CFG_RUSTC_FLAGS += -Z time-passes
|
||||
|
Loading…
Reference in New Issue
Block a user