aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/cargo/config
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/cargo/config')
-rw-r--r--home/.config/cargo/config6
1 files changed, 0 insertions, 6 deletions
diff --git a/home/.config/cargo/config b/home/.config/cargo/config
deleted file mode 100644
index 0ef993e..0000000
--- a/home/.config/cargo/config
+++ /dev/null
@@ -1,6 +0,0 @@
-[target.x86_64-unknown-linux-gnu]
-linker = "clang"
-rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-fuse-ld=mold"]
-
-[build]
-rustc-wrapper = "sccache"