use mold linker when invoking cargo manually (not in nix build scripts)

This commit is contained in:
Alex Auvolat
2023-10-10 13:56:33 +02:00
parent e75fe2157d
commit d3fffd30dc
3 changed files with 18 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]