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:
@ -26,3 +26,6 @@ nb = "1.0.0"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = "s"
|
||||
|
||||
[profile.release]
|
||||
debug = 2
|
||||
|
Reference in New Issue
Block a user