From dbf17ad9d8eeb86bb698a8bba892ff00ca6eb0ff Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 1 Mar 2023 11:04:48 +0200 Subject: [PATCH] chore: generalize 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