From 710670d78ec406dd5c5bc58ff7a9c0d348e852a2 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Sat, 18 Jan 2025 10:12:43 -0800 Subject: [PATCH] don't use mold It makes compilation slightly more difficult for non-experts. It can still be enabled the same way in the system-wide config located at ~/.cargo/config.toml --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8ab91a2f..e0754556 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [registries.strafesnet] index = "sparse+https://git.itzana.me/api/packages/strafesnet/cargo/" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]