cargo: Use mold

This commit is contained in:
2024-11-15 13:37:56 +01:00
parent 9772e381ce
commit 0901f946bc

View File

@@ -1,2 +1,6 @@
[build]
rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu]
linker = "/usr/bin/clang"
rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]