mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 11:20:48 +02:00
This board has only 2MiB of flash so the build needs to be reduced in size
to fit. Commit 549448e8bb
made all boards
build with -O2 by default (for performance) so this overrides that default.
Signed-off-by: Damien George <damien@micropython.org>