From 493bf075964c4d0786e69656883372641df134ac Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 7 Mar 2025 17:50:20 -0700 Subject: [PATCH] [fontations] One more shrinkage --- src/fontations/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fontations/Cargo.toml b/src/fontations/Cargo.toml index 2bf839899..a1daa91f9 100644 --- a/src/fontations/Cargo.toml +++ b/src/fontations/Cargo.toml @@ -14,7 +14,9 @@ crate-type = ["staticlib"] [profile.release] lto = true panic = "abort" +codegen-units = 1 [profile.debugoptimized] inherits = "release" debug = true +codegen-units = 16