From 0b1ac9e9ca697244d7c799cb29a40ee89252ccf2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 1 Jul 2025 23:19:48 +0200 Subject: chore: remove clang & mold build config from `.cargo/config.toml` --- .cargo/config.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index 6950c4a..f678171 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,10 +2,3 @@ dev = "hot --features iced/hot" lint = "clippy --no-deps -- -D warnings" lint-all = "clippy --no-deps -- -D clippy::pedantic" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] - -# [build] -# rustflags = ["-Z", "threads=6"] -- cgit v1.2.3