summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-08-01 12:36:20 -0400
committerGitHub <noreply@github.com>2020-08-01 12:36:20 -0400
commit4b71831d8b73fbf2506755c117732c1c08fddc8b (patch)
treeecf99d6c64f1c42fdb92f87f8f5ca7aa7fb9b373
parent27c6ffb9a24b7f99903fc18c1def9f0502e7cd86 (diff)
SUPEROPT_VM = 0 for de_DE
-rw-r--r--ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk b/ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk
index 2c9413d65..9ab16fe44 100644
--- a/ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/trinket_m0/mpconfigboard.mk
@@ -18,4 +18,5 @@ CFLAGS_INLINE_LIMIT = 35
endif
ifeq ($(TRANSLATION), de_DE)
CFLAGS_INLINE_LIMIT = 35
+SUPEROPT_VM = 0
endif