Added debug=2 in release profile to all examples.

This makes rtt output work right when using `cargo run` in release mode.

Debug was already enabled for release builds in some of the examples but
not all.
This commit is contained in:
Piotr Esden-Tempski
2023-07-26 18:32:40 -07:00
parent 77e34c5e8a
commit 858ddf6777
22 changed files with 65 additions and 1 deletions

View File

@ -59,3 +59,6 @@ microfft = "0.5.0"
[patch.crates-io]
lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" }
[profile.release]
debug = 2