chore: improve compile times with -Zshare-generics=y

This commit is contained in:
2025-02-27 18:00:30 -05:00
parent 5533d852b2
commit 3e341c1f04

View File

@@ -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"]