We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lld
1 parent e9d983f commit f32b890Copy full SHA for f32b890
.cargo/config.toml
@@ -1,3 +1,5 @@
1
[alias]
2
dev-install = "run -- --no-modify-path -y"
3
4
+[target.x86_64-pc-windows-gnu]
5
+rustflags = ["-C", "link-self-contained=no", "-C", "linker-flavor=ld.lld"]
0 commit comments