diff options
| -rw-r--r-- | ports/stm32/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/stm32/Makefile b/ports/stm32/Makefile index 1a4616f02..d6d379b38 100644 --- a/ports/stm32/Makefile +++ b/ports/stm32/Makefile @@ -325,11 +325,8 @@ SRC_O += \ $(STARTUP_FILE) \ $(SYSTEM_FILE) -ifeq ($(MCU_SERIES),l0) -CSUPEROPT = -Os # save some code space -endif - ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f0 g0 l0)) +CSUPEROPT = -Os # save some code space SRC_O += \ resethandler_m0.o \ shared/runtime/gchelper_m0.o |
