circuitplayground_express_displayio: reduce inlining to make .ko translation fit

This commit is contained in:
Jeff Epler 2019-12-19 16:11:29 -06:00
parent 516d930e6c
commit d31a387ace

View File

@ -20,7 +20,7 @@ CIRCUITPY_GAMEPAD = 0
CIRCUITPY_RTC = 0 CIRCUITPY_RTC = 0
SUPEROPT_GC = 0 SUPEROPT_GC = 0
CFLAGS_INLINE_LIMIT = 55 CFLAGS_INLINE_LIMIT = 35
# Include these Python libraries in firmware. # Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice