Updated build args

pull/2/head
Mark 2023-03-19 17:46:42 -07:00
parent 79be72903f
commit ceb8807778
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@ name = "calc"
version = "0.1.0"
edition = "2021"
[profile.release]
opt-level = 3
debug = 0
debug-assertions = false
strip = "symbols"
lto = "fat"
codegen-units = 1
panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]