optimize for size in the release build

3.7mb stripped, down from 4.7mb

opt-level = 's' is supported since Rust 1.28
This commit is contained in:
Дамјан Георгиевски 2018-08-03 13:53:04 +02:00
parent 4346b5d559
commit d6fd817ce0

View file

@ -18,6 +18,6 @@ percent-encoding = "1.0"
htmlescape = "0.3"
[profile.release]
#opt-level = 's'
opt-level = 's'
lto = true
panic = 'abort'