hwdef: -Os on MFT-SEMA-100 to avoid flash overflow

This commit is contained in:
Peter Barker 2024-09-25 17:10:23 +10:00 committed by Peter Barker
parent a8ecc2386e
commit 14332fad52

View File

@ -11,8 +11,8 @@ APJ_BOARD_ID 2000
FLASH_SIZE_KB 2048
# with 2M flash we can afford to optimize for speed
env OPTIMIZE -O2
#
env OPTIMIZE -Os
# ChibiOS system timer
STM32_ST_USE_TIMER 2