summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-21 15:56:30 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-21 15:56:30 -0500
commit9b8246f889bda79b5945c7acbd016de4886419ef (patch)
tree49fb85346b3ce60a08ad7780b8aec7fd0f72366f
parentb73b30ff9f890ffd4e38d4c7ce7bcef7c92c1afb (diff)
shrink sparkfun_samd21_dev de_DE build
-rw-r--r--ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk b/ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk
index a2bd577cd..3104be0a0 100644
--- a/ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/sparkfun_samd21_dev/mpconfigboard.mk
@@ -10,4 +10,10 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
+ifeq ($(TRANSLATION),de_DE)
+RELEASE_NEEDS_CLEAN_BUILD = 1
+CFLAGS_INLINE_LIMIT = 35
+SUPEROPT_VM = 0
+endif
+
SUPEROPT_GC = 0