try to build smaller --release binaries
This commit is contained in:
parent
17a40e188a
commit
de0040512b
1 changed files with 5 additions and 0 deletions
|
@ -16,3 +16,8 @@ htmlescape = "0.3"
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
actix = { git = "https://github.com/actix/actix.git" }
|
actix = { git = "https://github.com/actix/actix.git" }
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
#opt-level = 's'
|
||||||
|
lto = true
|
||||||
|
panic = 'abort'
|
||||||
|
|
Loading…
Add table
Reference in a new issue