From e6aa02be6bec9c0d867b129668ce99d4af898752 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 23 Mar 2025 01:43:57 +0100 Subject: feat: add PKGBUILD --- .cargo/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.cargo/config.toml') 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"] -- cgit v1.2.3