From b8da2bec0f4622dc761ccb9a5f686f30dcd039e7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 23 Aug 2026 21:10:50 +0900 Subject: chore: add profile.release to cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 22504795..cb5a942a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,3 +75,6 @@ large_enum_variant = "allow" module_inception = "allow" multiple_inherent_impl = "warn" type_complexity = "allow" + +[profile.release] +strip = "debuginfo" -- cgit v1.3.1-4-g156e