aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 15:43:47 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 15:43:47 +0200
commitf4db261de370a32ec9e5a159bd176ef66fa068db (patch)
treedfdeb0e1b7cf80024d35bcb4c7fc63c4b5086a3b
parentchore(daemon): Remove the `autostart` feature (diff)
downloadatuin-f4db261de370a32ec9e5a159bd176ef66fa068db.zip
build(cargo): Use `mold` as a linker
-rw-r--r--.cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
new file mode 100644
index 00000000..5db31589
--- /dev/null
+++ b/.cargo/config.toml
@@ -0,0 +1,2 @@
+[build]
+rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-cpu=native"]