Skip to content

Commit

Permalink
Auto merge of #33902 - flo-l:fix-save-temps, r=dotdash
Browse files Browse the repository at this point in the history
save-temps was moved under the -C switch

I stumbled across this..
  • Loading branch information
bors committed May 29, 2016
2 parents aee3073 + ef82f78 commit 8f3e8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f3e8c7

Please sign in to comment.