aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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