feat: cargo optimizations

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-21 23:41:25 +03:00
parent 3ccd30d007
commit 572a70a3ba

View file

@ -5,6 +5,9 @@ edition = "2021"
[profile.release]
strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]