From 8d69146841c4dbd12b7e1799f2cd15eebd59005d 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 0f6e7dd3..730fe51e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -213,7 +213,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] @@ -221,7 +221,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