From 682bb4144ca3fddffee8ed2927e7552049fcf25c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Sat, 15 Jun 2013 20:15:38 -0400 Subject: [PATCH] correct ASM_COMMENTS Makefile option --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fa4c327f061..baae56c4f40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- GitLab