From b4241805bdc8003d30873cc90ed9a1eb3acfc00f Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 19 Apr 2026 12:00:01 +0000 Subject: [PATCH] Cargo optimization. --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 5a4d204e..98326397 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [build] -# rustc-wrapper = "sccache" +rustc-wrapper = "sccache" [target.x86_64-unknown-linux-gnu] linker = "clang" -# rustflags = ["-C", "link-arg=-fuse-ld=mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold"]