Skip to content

Commit f32b890

Browse files
committed
build(windows/gnu): use lld as the default linker
1 parent e9d983f commit f32b890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[alias]
22
dev-install = "run -- --no-modify-path -y"
33

4+
[target.x86_64-pc-windows-gnu]
5+
rustflags = ["-C", "link-self-contained=no", "-C", "linker-flavor=ld.lld"]

0 commit comments

Comments
 (0)