From f97f8d83a931f2dec3634e1790adca1f184b91e7 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:56:14 +0900 Subject: [PATCH] Cargo.toml: cleanup inherits of 2 profiles --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c10113b3..3e2c358cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -602,10 +602,8 @@ codegen-units = 1 # A release-like profile that is as small as possible. [profile.release-small] -inherits = "release" +inherits = "release-fast" opt-level = "z" -panic = "abort" -codegen-units = 1 strip = true # A release-like profile with debug info, useful for profiling.