commit | 2a874b6e9cc9f0241006751168867a5ae61856ff | [log] [tgz] |
---|---|---|
author | Jamie McCrae <jamie.mccrae@nordicsemi.no> | Thu Aug 17 07:46:56 2023 +0100 |
committer | Jamie <40387179+nordicjm@users.noreply.github.com> | Fri Aug 18 09:05:13 2023 +0100 |
tree | c68f61385d6e9a7f7b2ca999c6508c10583abaa6 | |
parent | 258a6c7dc2c5016acf665069c9a9b90ec18da5cf [diff] |
zephyr: Do not build in debug mode Builds in the default zephyr mode (optimised for size) which saves about 6KiB of flash on a default nrf52840dk build. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
diff --git a/boot/zephyr/prj.conf b/boot/zephyr/prj.conf index 8d3cdb8..a6da049 100644 --- a/boot/zephyr/prj.conf +++ b/boot/zephyr/prj.conf
@@ -1,4 +1,3 @@ -CONFIG_DEBUG=y CONFIG_PM=n CONFIG_MAIN_STACK_SIZE=10240