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 389c813 commit 678faffCopy full SHA for 678faff
ports/atmel-samd/boards/uchip/mpconfigboard.mk
@@ -10,9 +10,5 @@ INTERNAL_FLASH_FILESYSTEM = 1
10
LONGINT_IMPL = NONE
11
CIRCUITPY_FULL_BUILD = 0
12
13
-# Tweak inlining depending on language.
14
-ifeq ($(TRANSLATION), zh_Latn_pinyin)
+# Always use aggressive inlining
15
CFLAGS_INLINE_LIMIT = 45
16
-else
17
-CFLAGS_INLINE_LIMIT = 70
18
-endif
0 commit comments