diff --git a/dot_cargo/config.toml b/dot_cargo/config.toml new file mode 100644 index 0000000..0be88bf --- /dev/null +++ b/dot_cargo/config.toml @@ -0,0 +1,4 @@ +[target.'cfg(target_os = "linux")'] +linker = "clang" +rustflags = ["-C", "link-arg=--ld-path=/home/joe/.local/share/mise/shims/mold"] +