From 7d2715e3cb205f62c9d30a051d64904f30927582 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Wed, 2 Jul 2025 20:01:37 -0400 Subject: [PATCH] yachtpit release profile optimized for performance --- crates/yachtpit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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