Skip to content

Commit 5d8ac04

Browse files
committed
-Os espruino_pico to save space
1 parent 2b71635 commit 5d8ac04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm/boards/espruino_pico/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ MCU_SERIES = F4
99
MCU_VARIANT = STM32F401xE
1010
MCU_PACKAGE = UFQFPN48
1111

12+
OPTIMIZATION_FLAGS = -Os
13+
1214
LD_COMMON = boards/common_default.ld
1315
# use for internal flash
1416
LD_FILE = boards/STM32F401xd_fs.ld

0 commit comments

Comments
 (0)