mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
Merge pull request #4346 from njfdev/patch-1
Fix Release and Dev Profiles Being Backwards in rp235x Examples
This commit is contained in:
commit
9ee01d9cc6
@ -57,9 +57,9 @@ portable-atomic = { version = "1.5", features = ["critical-section"] }
|
||||
log = "0.4"
|
||||
embedded-sdmmc = "0.7.0"
|
||||
|
||||
[profile.release]
|
||||
[profile.dev]
|
||||
debug = 2
|
||||
|
||||
[profile.dev]
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
|
Loading…
x
Reference in New Issue
Block a user