diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-07-26 00:31:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-26 00:31:41 -0700 |
| commit | c61c874a6d42d2bf620dba3f93aaca2d61aeb9d1 (patch) | |
| tree | bb62cb9bf4124f6f68f10ad79e1fb7c14458c083 | |
| parent | a87094e01f0f1b92725619a730758936c09dda60 (diff) | |
Reduce feather_m0_supersized build size
Make it match feather_m0_express
| -rw-r--r-- | ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk b/ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk index 33229044b..e34d06962 100644 --- a/ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk +++ b/ports/atmel-samd/boards/feather_m0_supersized/mpconfigboard.mk @@ -11,3 +11,6 @@ SPI_FLASH_FILESYSTEM = 1 EXTERNAL_FLASH_DEVICE_COUNT = 1 EXTERNAL_FLASH_DEVICES = "S25FL064L" LONGINT_IMPL = MPZ + +CFLAGS_INLINE_LIMIT = 60 +SUPEROPT_GC = 0 |
