Marti Bolivar | 5c877d5 | 2019-04-12 07:18:47 -0600 | [diff] [blame] | 1 | # Due the small boot partition, we can't enable logging or the debug |
2 | # optimization level out off the box. You need to increase the boot | ||||
3 | # partition size with a zephyr DTS overlay to make MCUboot's debug | ||||
4 | # builds fit. | ||||
5 | CONFIG_LOG=n | ||||
Andrzej Puzdrowski | e82e316 | 2019-01-30 12:25:59 +0100 | [diff] [blame] | 6 | CONFIG_SIZE_OPTIMIZATIONS=y |