about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2013-06-15 20:15:38 -0400
committerNiko Matsakis <niko@alum.mit.edu>2013-06-16 12:46:51 -0400
commit682bb4144ca3fddffee8ed2927e7552049fcf25c (patch)
treeca993c413e47858baa47332b7ee774cb64859672 /Makefile.in
parent461a79a24702f262fa9116ed769315b25f064cbf (diff)
downloadrust-682bb4144ca3fddffee8ed2927e7552049fcf25c.tar.gz
rust-682bb4144ca3fddffee8ed2927e7552049fcf25c.zip
correct ASM_COMMENTS Makefile option
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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