Skip to content

Commit 5dafd39

Browse files
bors[bot]matklad
andauthored
Merge #5813
5813: Try lld r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 9051d6b + 97d380c commit 5dafd39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ xtask = "run --package xtask --bin xtask --"
33
install-ra = "run --package xtask --bin xtask -- install" # for backwards compat
44
tq = "test -- -q"
55
qt = "tq"
6+
7+
[target.x86_64-pc-windows-msvc]
8+
linker = "rust-lld"

0 commit comments

Comments
 (0)