From 1484c5823b80a9e338f39b09b2798bf7a5ed19cb Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 3 Apr 2026 05:04:00 +0200 Subject: [PATCH] chore: Use default linker --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index cd28c6b..35049cb 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] - [alias] xtask = "run --package xtask --"