DEVELOPMENT ENVIRONMENT

~liljamo/gandalf

e91ce2a3398c37369f8554a4c19d99acf04949ea — Jonni Liljamo 1 year, 8 months ago c4b6b25
feat: optimize release build from 30M to 11M
1 files changed, 4 insertions(+), 0 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +4 -0
@@ 22,3 22,7 @@ package = "iced_native"
version = "0.8.0"
default-features = false
features = []

[profile.release]
strip = true
lto = true