From 9e8b3432bebfe2fbf9dee9cf620d26f63a57842a 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 locally the same way in ~/.cargo/config.toml --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 8ab91a2..e075455 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"]