Skip to content

Commit 97d380c

Browse files
committed
Use lld on winsows
1 parent f5b7540 commit 97d380c

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)