summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-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"]