From 36bd6c817ecd4bbe48d740d91c24473aae16c0fb Mon Sep 17 00:00:00 2001 From: George Elliott-Hunter Date: Tue, 30 May 2023 20:27:06 +0200 Subject: [PATCH] Add [profile.release] debug = true to all examples --- examples/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/.cargo/config.toml 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 @@ +[profile.release] +# Allows defmt to display log locations even in release +debug = true \ No newline at end of file