feat: cargo optimizations
This commit is contained in:
parent
3ccd30d007
commit
572a70a3ba
1 changed files with 3 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue