Optimize binary size more

This commit is contained in:
Ryze 2024-02-16 12:26:43 +03:00
parent dbc4e5c8f0
commit 1ff2a7a1ea
Signed by: ryze
GPG key ID: 9B296C5CEAEAAAC1

View file

@ -14,3 +14,5 @@ opt-level = 3
[profile.release]
strip = "symbols"
lto = "fat"
panic = "abort"
codegen-units = 1