try to build smaller --release binaries

This commit is contained in:
Дамјан Георгиевски 2018-07-05 18:04:11 +02:00
parent 17a40e188a
commit de0040512b

View file

@ -16,3 +16,8 @@ htmlescape = "0.3"
[patch.crates-io]
actix = { git = "https://github.com/actix/actix.git" }
[profile.release]
#opt-level = 's'
lto = true
panic = 'abort'