mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 00:57:53 +00:00
make binary faster and smaller
This commit is contained in:
parent
cf5e9e1ac0
commit
dbccffc135
1 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,9 @@ clap = "2.33.3"
|
|||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
exitcode = "1.1.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue