Skip to content

Commit 678faff

Browse files
committed
Be more aggressive with uChip build
1 parent 389c813 commit 678faff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ports/atmel-samd/boards/uchip/mpconfigboard.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
1010
LONGINT_IMPL = NONE
1111
CIRCUITPY_FULL_BUILD = 0
1212

13-
# Tweak inlining depending on language.
14-
ifeq ($(TRANSLATION), zh_Latn_pinyin)
13+
# Always use aggressive inlining
1514
CFLAGS_INLINE_LIMIT = 45
16-
else
17-
CFLAGS_INLINE_LIMIT = 70
18-
endif

0 commit comments

Comments
 (0)