mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +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"
|
log = "0.4"
|
||||||
embedded-sdmmc = "0.7.0"
|
embedded-sdmmc = "0.7.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.dev]
|
||||||
debug = 2
|
debug = 2
|
||||||
|
|
||||||
[profile.dev]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user