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:
parent
4346b5d559
commit
d6fd817ce0
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ percent-encoding = "1.0"
|
||||||
htmlescape = "0.3"
|
htmlescape = "0.3"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
#opt-level = 's'
|
opt-level = 's'
|
||||||
lto = true
|
lto = true
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
|
|
Loading…
Add table
Reference in a new issue