We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lld
1 parent 0011afb commit 821d0f0Copy full SHA for 821d0f0
.cargo/config.toml
@@ -1,3 +1,10 @@
1
[alias]
2
dev-install = "run -- --no-modify-path -y"
3
4
+[target.x86_64-pc-windows-gnu]
5
+linker = "ld.lld.exe"
6
+rustflags = ["-C", "link-self-contained=no", "-C", "link-arg=-fuse-ld=lld"]
7
+
8
+[target.i686-pc-windows-gnu]
9
10
0 commit comments