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:
parent
258a6c7dc2
commit
2a874b6e9c
|
@ -1,4 +1,3 @@
|
|||
CONFIG_DEBUG=y
|
||||
CONFIG_PM=n
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=10240
|
||||
|
|
Loading…
Reference in New Issue