From f2f882365de9d50643f51091825036f7e127a023 Mon Sep 17 00:00:00 2001 From: BlackDex Date: Sat, 4 Oct 2025 16:16:49 +0200 Subject: [PATCH] Fix release profile Signed-off-by: BlackDex --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e726b0b..fa338a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ reqsign = { version = "0.16.5", optional = true } strip = "debuginfo" lto = "fat" codegen-units = 1 -debug = "line-tables-only" +debug = false # Optimize for size [profile.release-micro] @@ -219,7 +219,6 @@ inherits = "release" strip = "symbols" opt-level = "z" panic = "abort" -debug = false # Profile for systems with low resources # It will use less resources during build