Skip to content

Commit 9b8246f

Browse files
committed
shrink sparkfun_samd21_dev de_DE build
1 parent b73b30f commit 9b8246f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212

13+
ifeq ($(TRANSLATION),de_DE)
14+
RELEASE_NEEDS_CLEAN_BUILD = 1
15+
CFLAGS_INLINE_LIMIT = 35
16+
SUPEROPT_VM = 0
17+
endif
18+
1319
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)