Skip to content

Commit 328ade4

Browse files
committed
Use lld on winsows
1 parent 422856d commit 328ade4

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 = "lld"

0 commit comments

Comments
 (0)