save-temps was moved under the -C switch

This commit is contained in:
flo-l 2016-05-27 11:01:27 +02:00
parent 5229e0efb3
commit ef82f78ee9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ ifdef CFG_ENABLE_ORBIT
endif
ifdef SAVE_TEMPS
CFG_RUSTC_FLAGS += --save-temps
CFG_RUSTC_FLAGS += -C save-temps
endif
ifdef ASM_COMMENTS
CFG_RUSTC_FLAGS += -Z asm-comments