Skip to content

Commit cdb50ae

Browse files
committed
Remove duplicated Cargo profile
(duplicated from workspace Cargo.toml)
1 parent 6083f56 commit cdb50ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/mcu-embassy/Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ simulator = [
9999
"object-pool",
100100
]
101101

102-
[profile.release]
103-
debug = true # required for decent panic messages and log line locations
104-
opt-level = "s"
105-
lto = "thin"
106-
107102
[[bin]]
108103
name = "ui_mcu"
109104
required-features = ["mcu"]

0 commit comments

Comments
 (0)