Added production profile

This commit is contained in:
G2-Games 2024-07-29 02:48:59 -05:00
parent 5ae122a0a9
commit 52deeda8c9

View file

@ -15,3 +15,10 @@ byteorder = "1.5"
integer-encoding = "4.0"
rayon = "1.10"
thiserror = "1.0"
[profile.production]
inherits = "release"
lto = true
strip = true
codegen-units = 1
panic = "abort"