diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-27 10:56:42 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-27 10:56:42 +0000 |
| commit | 3ee3f0e21c524e062ab23a006d2e180c281e58b1 (patch) | |
| tree | 9cb7352469aea66ff666c403f25ffde9b174e2a1 /examples/rp | |
| parent | 77e34c5e8a7d31eac6fdc144a329027a0ce731a5 (diff) | |
| parent | 858ddf6777d6df0e8c02921d29cd6a8095a7cdad (diff) | |
Merge pull request #1693 from esden/ex-enable-release-debug
Added debug=2 in release profile to all examples.
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index c812cb3ee..f2fe5da4e 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -53,7 +53,8 @@ pio = "0.2.1" | |||
| 53 | rand = { version = "0.8.5", default-features = false } | 53 | rand = { version = "0.8.5", default-features = false } |
| 54 | 54 | ||
| 55 | [profile.release] | 55 | [profile.release] |
| 56 | debug = true | 56 | debug = 2 |
| 57 | 57 | ||
| 58 | [patch.crates-io] | 58 | [patch.crates-io] |
| 59 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | 59 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } |
| 60 | |||
