diff --git a/crates/yachtpit/Cargo.toml b/crates/yachtpit/Cargo.toml index bb30ffd..f818841 100644 --- a/crates/yachtpit/Cargo.toml +++ b/crates/yachtpit/Cargo.toml @@ -17,7 +17,7 @@ opt-level = 1 # This is used by trunk as it doesn't support custom profiles: https://github.com/trunk-rs/trunk/issues/605 # xbuild also uses this profile for building android AABs because I couldn't find a configuration for it [profile.release] -opt-level = "z" +opt-level = "s" lto = 'thin' codegen-units = 1 strip = true