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:
commit
8f3e8c7863
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user