From 3e341c1f04de2568252c4ba7e43aa4b30ba89128 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Thu, 27 Feb 2025 18:00:30 -0500 Subject: [PATCH] chore: improve compile times with -Zshare-generics=y --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 5909338..94e276b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-Clink-arg=-fuse-ld=mold"] +rustflags = ["-Clink-arg=-fuse-ld=mold", "-Zshare-generics=y"]