correct ASM_COMMENTS Makefile option

This commit is contained in:
Niko Matsakis 2013-06-15 20:15:38 -04:00
parent 461a79a247
commit 682bb4144c
1 changed files with 1 additions and 1 deletions

View File

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