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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue