Update mpconfigboard.mk

The stm boards default to `-O2`. Changing to `-Os` brings it back to ~43kB (!) free even for ja.
This commit is contained in:
Dan Halbert 2020-08-13 10:09:46 -04:00 committed by GitHub
parent 42b860e91a
commit 329f4fb2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ MCU_SERIES = F4
MCU_VARIANT = STM32F401xE
MCU_PACKAGE = LQFP64
CIRCUITPY_PIXELBUF = 0
OPTIMIZATION_FLAGS = -Os
LD_COMMON = boards/common_default.ld
LD_FILE = boards/STM32F401xe_boot.ld