Skip to content

Commit 682bb41

Browse files
committed
correct ASM_COMMENTS Makefile option
1 parent 461a79a commit 682bb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ifdef SAVE_TEMPS
111111
CFG_RUSTC_FLAGS += --save-temps
112112
endif
113113
ifdef ASM_COMMENTS
114-
CFG_RUSTC_FLAGS += -z asm-comments
114+
CFG_RUSTC_FLAGS += -Z asm-comments
115115
endif
116116
ifdef TIME_PASSES
117117
CFG_RUSTC_FLAGS += -Z time-passes

0 commit comments

Comments
 (0)