diff options
| author | Nicholas Fasching <[email protected]> | 2025-06-26 16:32:09 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-26 16:32:09 -0400 |
| commit | 3bc2113651dc9c9b92fb789544f50aa296fba2e1 (patch) | |
| tree | ffcb630eef3015b5f34a31c9a8f000b8ff23f2e5 | |
| parent | 06b160ac83b70b292ea92446a1eb69096b1c86ea (diff) | |
Fix Release and Dev Profiles Being Backwards in rp235x Examples
| -rw-r--r-- | examples/rp235x/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp235x/Cargo.toml b/examples/rp235x/Cargo.toml index c81b79ae1..1346a75a2 100644 --- a/examples/rp235x/Cargo.toml +++ b/examples/rp235x/Cargo.toml | |||
| @@ -57,9 +57,9 @@ portable-atomic = { version = "1.5", features = ["critical-section"] } | |||
| 57 | log = "0.4" | 57 | log = "0.4" |
| 58 | embedded-sdmmc = "0.7.0" | 58 | embedded-sdmmc = "0.7.0" |
| 59 | 59 | ||
| 60 | [profile.release] | 60 | [profile.dev] |
| 61 | debug = 2 | 61 | debug = 2 |
| 62 | 62 | ||
| 63 | [profile.dev] | 63 | [profile.release] |
| 64 | lto = true | 64 | lto = true |
| 65 | opt-level = "z" | 65 | opt-level = "z" |
