summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-23 01:43:57 +0100
committerpml68 <contact@pml68.dev>2025-03-23 01:43:57 +0100
commite6aa02be6bec9c0d867b129668ce99d4af898752 (patch)
tree66af8037daa353459fd8d03bfdf717c63d8debd4 /.cargo/config.toml
parentfeat: impl `Value` for `LineHeight` and `ContentFit` (all done) (diff)
downloadiced-builder-e6aa02be6bec9c0d867b129668ce99d4af898752.tar.gz
feat: add PKGBUILD
Diffstat (limited to '')
-rw-r--r--.cargo/config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index feb6aad..e0aa01f 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,3 +1,10 @@
[alias]
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=/usr/bin/mold"]
+
+# [build]
+# rustflags = ["-Z", "threads=6"]