From 78b323439658376c6252ec38bd58afe8a747b13c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 7 Mar 2025 17:48:38 -0700 Subject: [PATCH] [fontations] Shrink a bit more Going through ideas from: https://github.com/googlefonts/use-skrifa?tab=readme-ov-file https://github.com/johnthagen/min-sized-rust --- src/fontations/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fontations/Cargo.toml b/src/fontations/Cargo.toml index b940c1450..2bf839899 100644 --- a/src/fontations/Cargo.toml +++ b/src/fontations/Cargo.toml @@ -13,6 +13,7 @@ crate-type = ["staticlib"] [profile.release] lto = true +panic = "abort" [profile.debugoptimized] inherits = "release"