Reduce binary size by strip=true
This commit is contained in:
parent
e1c19d8af3
commit
973dc9de0a
1 changed files with 3 additions and 0 deletions
|
|
@ -125,3 +125,6 @@ web-sys = { version = "0.3", features = [
|
|||
# system fonts, so without it all iced text (ribbon labels, command line) is
|
||||
# blank. Features merge with the main `iced` dependency.
|
||||
iced = { version = "0.14", features = ["webgl", "fira-sans"] }
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue