We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6b05a commit dc421a6Copy full SHA for dc421a6
ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.mk
@@ -22,7 +22,7 @@ CIRCUITPY_ROTARYIO = 0
22
CIRCUITPY_RTC = 0
23
24
SUPEROPT_GC = 0
25
-CFLAGS_INLINE_LIMIT = 50
+CFLAGS_INLINE_LIMIT = 40
26
27
28
# Include these Python libraries in firmware.
ports/atmel-samd/boards/qtpy_m0/mpconfigboard.mk
@@ -11,14 +11,6 @@ LONGINT_IMPL = NONE
11
CIRCUITPY_FULL_BUILD = 0
12
13
14
+SUPEROPT_VM = 0
15
16
CFLAGS_BOARD = --param max-inline-insns-auto=15
-ifeq ($(TRANSLATION), zh_Latn_pinyin)
17
-RELEASE_NEEDS_CLEAN_BUILD = 1
18
-CFLAGS_INLINE_LIMIT = 35
19
-endif
20
-ifeq ($(TRANSLATION), de_DE)
21
-SUPEROPT_VM = 0
0 commit comments