aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-27 10:56:42 +0000
committerGitHub <[email protected]>2023-07-27 10:56:42 +0000
commit3ee3f0e21c524e062ab23a006d2e180c281e58b1 (patch)
tree9cb7352469aea66ff666c403f25ffde9b174e2a1 /examples/rp
parent77e34c5e8a7d31eac6fdc144a329027a0ce731a5 (diff)
parent858ddf6777d6df0e8c02921d29cd6a8095a7cdad (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.toml3
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"
53rand = { version = "0.8.5", default-features = false } 53rand = { version = "0.8.5", default-features = false }
54 54
55[profile.release] 55[profile.release]
56debug = true 56debug = 2
57 57
58[patch.crates-io] 58[patch.crates-io]
59lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } 59lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" }
60