diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 12:51:59 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-07-21 12:51:59 -0700 |
| commit | 5e3a853db4ad735e3ae1c115cab3ef213a338f0d (patch) | |
| tree | 5759aafa8415c2fefc64baff8e3454cb9a66fcd5 | |
| parent | 678faff464fa7810dfc12e75f73029d8e3106f0c (diff) | |
Turn off GC opt on uchip board
| -rw-r--r-- | ports/atmel-samd/boards/uchip/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/uchip/mpconfigboard.mk b/ports/atmel-samd/boards/uchip/mpconfigboard.mk index 0e5eda0b8..d08690a15 100644 --- a/ports/atmel-samd/boards/uchip/mpconfigboard.mk +++ b/ports/atmel-samd/boards/uchip/mpconfigboard.mk @@ -12,3 +12,5 @@ CIRCUITPY_FULL_BUILD = 0 # Always use aggressive inlining CFLAGS_INLINE_LIMIT = 45 + +SUPEROPT_GC = 0 |
