diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-21 18:02:35 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-21 18:02:35 -0500 |
| commit | ea9fe249713583989a510ea4489d74da07b949c5 (patch) | |
| tree | 3e609c6336b1ae5e9ca1be7c91e46f999c8fb762 /ports/atmel-samd | |
| parent | 7076da30400290b18e1e60d647c5000d1e74d883 (diff) | |
shrink arduino_mkrzero build
Diffstat (limited to 'ports/atmel-samd')
| -rw-r--r-- | ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk b/ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk index 7eb83a123..20307fc05 100644 --- a/ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk +++ b/ports/atmel-samd/boards/arduino_mkrzero/mpconfigboard.mk @@ -11,3 +11,5 @@ LONGINT_IMPL = NONE CIRCUITPY_FULL_BUILD = 0 SUPEROPT_GC = 0 +SUPEROPT_VM = 0 +CFLAGS_INLINE_LIMIT = 40 |
