Tweaking German hallowing build for size
This commit is contained in:
parent
b81072e750
commit
3843e96edc
|
@ -16,3 +16,6 @@ CHIP_FAMILY = samd21
|
|||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
|
||||
|
||||
# To keep the build small
|
||||
CFLAGS_INLINE_LIMIT = 50
|
||||
|
|
Loading…
Reference in New Issue