From 5a826c2aba499a56ad3a1189fa0c5f46e288452e Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:31:25 +0900 Subject: [PATCH] unexpand: codegen-units=1 Removed uu_unexpand profile configuration from Cargo.toml. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa88f5f477..34d2b069ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -607,8 +607,6 @@ codegen-units = 1 # FIXME: https://github.com/uutils/coreutils/issues/10654 [profile.release.package.uu_expand] codegen-units = 16 -[profile.release.package.uu_unexpand] -codegen-units = 16 # A release-like profile that is as small as possible. [profile.release-small]