Reduce binary size by strip=true

This commit is contained in:
Cerem Cem ASLAN 2026-07-09 02:24:38 +03:00 committed by GitHub
commit 973dc9de0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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