diff options
| author | George Elliott-Hunter <[email protected]> | 2023-05-30 20:27:06 +0200 |
|---|---|---|
| committer | George Elliott-Hunter <[email protected]> | 2023-05-30 20:27:06 +0200 |
| commit | 36bd6c817ecd4bbe48d740d91c24473aae16c0fb (patch) | |
| tree | f37b394a3abb0b4e3759aeb644e3a5c0c5b45c4e /examples/.cargo | |
| parent | 1d34078fa11839f88dd2e47a9355c6b35755128f (diff) | |
Add [profile.release] debug = true to all examples
Diffstat (limited to 'examples/.cargo')
| -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 | ||
