added release profile
This commit is contained in:
parent
e2d42759df
commit
ab58437131
1 changed files with 9 additions and 0 deletions
|
@ -8,3 +8,12 @@ edition = "2021"
|
|||
[dependencies]
|
||||
regex = "1.5.6"
|
||||
toml = "0.5.9"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 's'
|
||||
codegen-units = 1
|
||||
debug = false
|
||||
lto = true
|
||||
panic = "abort"
|
||||
strip = "debuginfo"
|
||||
|
||||
|
|
Loading…
Reference in a new issue