From 28ead37111223222b0bc4c732decdbd752f95914 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Sat, 28 Jun 2025 15:25:15 -0700 Subject: [PATCH] cargo/config: drop inherited firmware profile opts These options are shared with the release profile. --- .cargo/config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 39edc90..4ed54d3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -36,8 +36,6 @@ strip = "debuginfo" [profile.firmware] inherits = "release" strip = true -opt-level = "z" -lto = "fat" codegen-units = 1 panic = "abort" debug = false