diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 11:02:23 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 11:02:23 -0700 |
| commit | 678faff464fa7810dfc12e75f73029d8e3106f0c (patch) | |
| tree | d324aa92118c3c76ef7d6ad73fad60dbc466ab10 | |
| parent | 389c81341dc7267a7f51c468d5e90602b76569ab (diff) | |
Be more aggressive with uChip build
| -rw-r--r-- | ports/atmel-samd/boards/uchip/mpconfigboard.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports/atmel-samd/boards/uchip/mpconfigboard.mk b/ports/atmel-samd/boards/uchip/mpconfigboard.mk index 196068a1e..0e5eda0b8 100644 --- a/ports/atmel-samd/boards/uchip/mpconfigboard.mk +++ b/ports/atmel-samd/boards/uchip/mpconfigboard.mk @@ -10,9 +10,5 @@ INTERNAL_FLASH_FILESYSTEM = 1 LONGINT_IMPL = NONE CIRCUITPY_FULL_BUILD = 0 -# Tweak inlining depending on language. -ifeq ($(TRANSLATION), zh_Latn_pinyin) +# Always use aggressive inlining CFLAGS_INLINE_LIMIT = 45 -else -CFLAGS_INLINE_LIMIT = 70 -endif |
