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