squeeze some smaller boards

This commit is contained in:
Dan Halbert 2020-12-15 13:23:49 -05:00
parent fb33c4e1c0
commit 4521dfb732
3 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,4 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
#SUPEROPT_GC = 0
SUPEROPT_GC = 0

View File

@ -16,3 +16,5 @@ CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_VECTORIO = 0
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar
SUPEROPT_GC = 0

View File

@ -20,3 +20,5 @@ LD_FILE = boards/STM32F401xd_fs.ld
# lto for this port, and if other stuff hasn't been added in the
# meantime
CIRCUITPY_ULAB = 0
SUPEROPT_GC = 0