Comment out unnecessary panic=abort for tests

This commit is contained in:
Berkus Decker 2020-09-12 13:26:15 +03:00
parent cd16b733e9
commit 310e59f9b3
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ members = [
]
[profile.dev]
panic = "abort" # @todo try panic_rtt with feature jlink
# See https://github.com/rust-lang/cargo/issues/7359 about why panic=abort is not working here.
# It is still defined in the target JSON so not stricly necessary to specify it here anyway.
#panic = "abort" # @todo try panic_rtt with feature jlink
opt-level = 's' # otherwise boot code will be mangled
[profile.release]