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 da77eed commit 0199d98Copy full SHA for 0199d98
ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
@@ -27,7 +27,7 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
27
28
# Tweak inlining depending on language.
29
ifeq ($(TRANSLATION), zh_Latn_pinyin)
30
-CFLAGS_INLINE_LIMIT = 35
+CFLAGS_INLINE_LIMIT = 25
31
else
32
CFLAGS_INLINE_LIMIT = 55
33
endif
0 commit comments