From 6ac8b836b28d045dc5d4da7fd327ef07ff469fe5 Mon Sep 17 00:00:00 2001 From: skye Date: Mon, 24 Apr 2023 12:40:53 +0300 Subject: [PATCH] feat: /usr/bin/mold -> mold --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 3816cbd..d65f34f 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold"] [target.x86_64-unknown-linux-musl] rustflags = ["-C", "target-feature=-crt-static"] -- 2.44.1