Skip to content

Commit 3804e2e

Browse files
committed
Use Wild rather than Mold on Linux
1 parent 5c30578 commit 3804e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ xtask = "run --package xtask --"
77

88
[target.x86_64-unknown-linux-gnu]
99
linker = "clang"
10-
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
10+
rustflags = ["-C", "link-arg=--ld-path=wild"]
1111

1212
[target.aarch64-unknown-linux-gnu]
1313
linker = "clang"
14-
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
14+
rustflags = ["-C", "link-arg=--ld-path=wild"]
1515

1616
[target.'cfg(target_os = "windows")']
1717
rustflags = [

0 commit comments

Comments
 (0)