shrink feather_m0_adalogger and gemma_m0

This commit is contained in:
Dan Halbert 2021-01-21 23:49:49 -05:00
parent ea9fe24971
commit 63b5e56c72
2 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,4 @@ LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
SUPEROPT_GC = 0
SUPEROPT_VM = 0

View File

@ -20,4 +20,5 @@ endif
ifeq ($(TRANSLATION), de_DE)
RELEASE_NEEDS_CLEAN_BUILD = 1
CFLAGS_INLINE_LIMIT = 35
SUPEROPT_VM = 0
endif