mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
correct ASM_COMMENTS Makefile option
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user