diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-05-04 17:18:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 17:18:53 -0400 |
| commit | 602eabe668f9218e9e75d44e7153ae73b928a465 (patch) | |
| tree | 3f7cecc97933a96c5a32848e1d79ec84400f9e34 | |
| parent | c377d4bea79710bdf3880dfdbd2970f1ee7fc373 (diff) | |
Squeeze hallowing_m0_express build slightly
ko build is a little too big.
| -rw-r--r-- | ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk index af4a5a293..875d23f9b 100644 --- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk @@ -20,7 +20,7 @@ CIRCUITPY_I2CSLAVE = 0 CIRCUITPY_ROTARYIO = 0 CIRCUITPY_RTC = 0 -CFLAGS_INLINE_LIMIT = 60 +CFLAGS_INLINE_LIMIT = 55 SUPEROPT_GC = 0 # Include these Python libraries in firmware. |
