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

This commit is contained in:
Ryan 2025-02-27 18:00:30 -05:00
parent 5533d852b2
commit 3e341c1f04
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-gnu]
linker = "clang" linker = "clang"
rustflags = ["-Clink-arg=-fuse-ld=mold"] rustflags = ["-Clink-arg=-fuse-ld=mold", "-Zshare-generics=y"]