Skip to content

Commit 8f3e8c7

Browse files
committed
Auto merge of #33902 - flo-l:fix-save-temps, r=dotdash
save-temps was moved under the -C switch I stumbled across this..
2 parents aee3073 + ef82f78 commit 8f3e8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ifdef CFG_ENABLE_ORBIT
159159
endif
160160

161161
ifdef SAVE_TEMPS
162-
CFG_RUSTC_FLAGS += --save-temps
162+
CFG_RUSTC_FLAGS += -C save-temps
163163
endif
164164
ifdef ASM_COMMENTS
165165
CFG_RUSTC_FLAGS += -Z asm-comments

0 commit comments

Comments
 (0)