cargo/config: drop inherited firmware profile opts

These options are shared with the release profile.
This commit is contained in:
oopsbagel
2025-06-28 15:25:15 -07:00
parent 6efe83b36d
commit 28ead37111
-2
View File
@@ -36,8 +36,6 @@ strip = "debuginfo"
[profile.firmware]
inherits = "release"
strip = true
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
debug = false