configure cargo to use mold as its liknker

This commit is contained in:
2025-09-09 13:46:25 -04:00
parent e456e3fd45
commit 68582d6054

4
dot_cargo/config.toml Normal file
View File

@@ -0,0 +1,4 @@
[target.'cfg(target_os = "linux")']
linker = "clang"
rustflags = ["-C", "link-arg=--ld-path=/home/joe/.local/share/mise/shims/mold"]