Skip to content

Commit

Permalink
save-temps was moved under the -C switch
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-l committed May 27, 2016
1 parent 5229e0e commit ef82f78
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 ef82f78

Please sign in to comment.