Be more aggressive with uChip build
This commit is contained in:
parent
389c81341d
commit
678faff464
@ -10,9 +10,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
|
|||||||
LONGINT_IMPL = NONE
|
LONGINT_IMPL = NONE
|
||||||
CIRCUITPY_FULL_BUILD = 0
|
CIRCUITPY_FULL_BUILD = 0
|
||||||
|
|
||||||
# Tweak inlining depending on language.
|
# Always use aggressive inlining
|
||||||
ifeq ($(TRANSLATION), zh_Latn_pinyin)
|
|
||||||
CFLAGS_INLINE_LIMIT = 45
|
CFLAGS_INLINE_LIMIT = 45
|
||||||
else
|
|
||||||
CFLAGS_INLINE_LIMIT = 70
|
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user