From a30565372383c746a32e0372b56399bf0a858757 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 8 Mar 2026 03:02:50 +0900 Subject: [PATCH] Cargo.toml: Simplify profiles --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe96436..1673839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,15 +33,11 @@ tempfile = "3.26.0" [profile.release] lto = "thin" codegen-units = 1 - -[profile.release-fast] -inherits = "release" panic = "abort" -# The profile that 'dist' will build with +# alias profile for 'dist' [profile.dist] inherits = "release" -lto = "thin" [[bench]] name = "bench_diffutils"