diff --git a/.cargo/config b/.cargo/config index d8065a0..115192e 100644 --- a/.cargo/config +++ b/.cargo/config @@ -3,4 +3,4 @@ rustflags = ["-C", "target-feature=+crt-static"] [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold"]