From dd1b4f344489735b284533e8367eb1df33d2c744 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:05:13 +0900 Subject: [PATCH] Cargo.toml: sync profile with coreutils --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1f5e824..e06f39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,11 @@ big-table = [] # TODO: use the new cargo feature to override the num-bigint option big-int = ['num-bigint', 'num-modular/num-bigint', 'num-modular/num-traits', 'num-modular/num-integer'] +[profile.release] +lto = "fat" +codegen-units = 1 +panic = "abort" + [workspace] members = [ "bench",