aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-30 19:52:13 +0000
committerGitHub <[email protected]>2023-05-30 19:52:13 +0000
commit05688934a131b023e147e7c4c24afd1d7b01582a (patch)
treef37b394a3abb0b4e3759aeb644e3a5c0c5b45c4e
parent1d34078fa11839f88dd2e47a9355c6b35755128f (diff)
parent36bd6c817ecd4bbe48d740d91c24473aae16c0fb (diff)
Merge pull request #1511 from Eekle/ex-debug-symbols-on-release
Add [profile.release] debug = true to all examples
-rw-r--r--examples/.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/.cargo/config.toml b/examples/.cargo/config.toml
new file mode 100644
index 000000000..84d266320
--- /dev/null
+++ b/examples/.cargo/config.toml
@@ -0,0 +1,3 @@
1[profile.release]
2# Allows defmt to display log locations even in release
3debug = true \ No newline at end of file