diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2021-02-26 12:00:01 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2021-02-26 12:00:01 -0800 |
| commit | 7562b0cbb8018b288cbaaebd0412371a4ed2ddcf (patch) | |
| tree | 77e2809703dbc782ad6a96bc31c6397787790801 | |
| parent | 7c8d7d77dd3c8f305c5b3abf73c1f792fa44bb94 (diff) | |
Turn off GC opt on catwan_usbstick
| -rw-r--r-- | ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk b/ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk index 892a5371e..b1306f54b 100644 --- a/ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk +++ b/ports/atmel-samd/boards/catwan_usbstick/mpconfigboard.mk @@ -11,3 +11,5 @@ LONGINT_IMPL = NONE CIRCUITPY_FULL_BUILD = 0 CIRCUITPY_COUNTIO = 0 CIRCUITPY_ROTARYIO = 0 + +SUPEROPT_GC = 0 |
