From c8627a996c159cb10dc2ccd485ef27fdec9e5247 Mon Sep 17 00:00:00 2001 From: Natty Date: Fri, 3 Nov 2023 19:56:29 +0100 Subject: [PATCH] Undo an accidental commit of the linker setting --- .cargo/config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index ba0a868..70f9eae 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,2 @@ [registries.crates-io] protocol = "sparse" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]