added release profile
This commit is contained in:
parent
8120a7cd9a
commit
5605a9fceb
1 changed files with 9 additions and 0 deletions
|
@ -10,3 +10,12 @@ edition = "2021"
|
|||
pico-args = "0.5.0"
|
||||
tera = "1.19.0"
|
||||
toml = "0.7.6"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
debug = false
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = "debuginfo"
|
||||
|
||||
|
|
Loading…
Reference in a new issue