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 fc575a2 commit 0c21885Copy full SHA for 0c21885
.config/cargo.toml
@@ -1,4 +1,7 @@
1
# On x86_64, we target the x86-64-v2 psABI, as it is a good compromise between
2
# modern CPU instructions and compatibility.
3
[target.x86_64-unknown-linux-gnu]
4
-rustflags = ["-C", "target-cpu=x86-64-v2"]
+rustflags = ["-C", "target-cpu=x86-64-v2", "-C", "link-arg=-fuse-ld=lld"]
5
+
6
+[target.aarch64-unknown-linux-gnu]
7
+rustflags = ["-C", "link-arg=-fuse-ld=lld"]
0 commit comments