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>
This commit is contained in:
Jamie McCrae 2023-08-17 07:46:56 +01:00 committed by Jamie
parent 258a6c7dc2
commit 2a874b6e9c
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
CONFIG_DEBUG=y
CONFIG_PM=n
CONFIG_MAIN_STACK_SIZE=10240