diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-10 14:09:14 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-10 14:09:14 -0700 |
| commit | 9f4f689879caf0a97efbb55878a4d18825448e68 (patch) | |
| tree | 80cc50a84a49bf1e3f8dd4793389251726f13431 | |
| parent | a152ac1cef31a9b2825e7e02b4d3252f25146451 (diff) | |
Free up space in Itsy Bitsy M0 by limiting inline.
| -rw-r--r-- | ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk index 8fcf5208f..d40043bb7 100644 --- a/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/itsybitsy_m0_express/mpconfigboard.mk @@ -11,3 +11,5 @@ LONGINT_IMPL = MPZ CHIP_VARIANT = SAMD21G18A CHIP_FAMILY = samd21 + +CFLAGS_INLINE_LIMIT = 70 |
