summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-01 23:19:48 +0200
committerpml68 <contact@pml68.dev>2025-07-01 23:19:48 +0200
commit0b1ac9e9ca697244d7c799cb29a40ee89252ccf2 (patch)
treed0345b3ee4d34426c5eb28df9ffb0701ab031176 /.cargo/config.toml
parentfix: relative project path written to config, bump MSRV to 1.88.0 (diff)
downloadiced-builder-0b1ac9e9ca697244d7c799cb29a40ee89252ccf2.tar.gz
chore: remove clang & mold build config from `.cargo/config.toml`
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml7
1 files changed, 0 insertions, 7 deletions
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"]