1
Fork 0

correct ASM_COMMENTS Makefile option

This commit is contained in:
Niko Matsakis 2013-06-15 20:15:38 -04:00
parent 461a79a247
commit 682bb4144c

View file

@ -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