Auto merge of #33902 - flo-l:fix-save-temps, r=dotdash

save-temps was moved under the -C switch

I stumbled across this..
This commit is contained in:
bors 2016-05-29 07:01:51 -07:00
commit 8f3e8c7863
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