We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c30578 commit 3804e2eCopy full SHA for 3804e2e
.cargo/config.toml
@@ -7,11 +7,11 @@ xtask = "run --package xtask --"
7
8
[target.x86_64-unknown-linux-gnu]
9
linker = "clang"
10
-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
+rustflags = ["-C", "link-arg=--ld-path=wild"]
11
12
[target.aarch64-unknown-linux-gnu]
13
14
15
16
[target.'cfg(target_os = "windows")']
17
rustflags = [
0 commit comments