correct ASM_COMMENTS Makefile option
This commit is contained in:
parent
461a79a247
commit
682bb4144c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ ifdef SAVE_TEMPS
|
||||||
CFG_RUSTC_FLAGS += --save-temps
|
CFG_RUSTC_FLAGS += --save-temps
|
||||||
endif
|
endif
|
||||||
ifdef ASM_COMMENTS
|
ifdef ASM_COMMENTS
|
||||||
CFG_RUSTC_FLAGS += -z asm-comments
|
CFG_RUSTC_FLAGS += -Z asm-comments
|
||||||
endif
|
endif
|
||||||
ifdef TIME_PASSES
|
ifdef TIME_PASSES
|
||||||
CFG_RUSTC_FLAGS += -Z time-passes
|
CFG_RUSTC_FLAGS += -Z time-passes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue