From 098d9ca943af0eff543ff7fa7ba03d88e9df416d Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Sat, 29 Oct 2022 17:32:52 +0200 Subject: [PATCH] Re-add clang as linker --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8ad891e..5c0c649 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [target.x86_64-unknown-linux-gnu] +linker = "clang" rustflags = ["-C", "link-arg=-fuse-ld=mold"] \ No newline at end of file -- 2.49.0