From fc76d0e0482c0268d28fde9ba1fd05e89a00bd26 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 22 Mar 2024 23:30:17 +0000 Subject: [PATCH] cargo: remove mold and clang linkers Former-commit-id: 4df5327c6a36200284e208c33c1eac199e7871e6 Former-commit-id: df14cc0ca7de538538339d74d6b8cb77e874767a --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index bcc4c96..ddff440 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [build] rustflags = ["-C", "target-cpu=native"] - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"]