From 8c2a13c4f140e3bd4ee1a79f26e49f71ca16fad5 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:30:29 +0900 Subject: [PATCH] expand: cgu=3 for binary size --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c358721eb5d..8d8c559470c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -606,7 +606,7 @@ panic = "abort" codegen-units = 1 # FIXME: https://github.com/uutils/coreutils/issues/10654 [profile.release.package.uu_expand] -codegen-units = 16 +codegen-units = 3 # A release-like profile that is as small as possible. [profile.release-small]