make crickit cpx pinyin build fit

This commit is contained in:
Dan Halbert 2019-05-23 21:21:47 -04:00
parent b5fc646e3d
commit e84f3b1c6a

View File

@ -20,7 +20,7 @@ CHIP_FAMILY = samd21
# Tweak inlining depending on language.
ifeq ($(TRANSLATION), zh_Latn_pinyin)
CFLAGS_INLINE_LIMIT = 35
CFLAGS_INLINE_LIMIT = 23
else
CFLAGS_INLINE_LIMIT = 55
endif