diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/.cargo/config.toml | 3 |
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 | ||
| 3 | debug = true \ No newline at end of file | ||
