Revert "turn off inline-unit-growth and max-inline-insns-auto uses"

This reverts commit 94d76e0f48.
This commit is contained in:
Dan Halbert 2021-09-14 16:56:04 -04:00
parent 94d76e0f48
commit 81e28308c2
1 changed files with 1 additions and 2 deletions

View File

@ -150,8 +150,7 @@ else
CFLAGS += -flto -flto-partition=none
ifeq ($(CIRCUITPY_FULL_BUILD),0)
# This is making the build larger in some cases (gcc 10.2.1), so turn it off for now
# CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
endif
ifdef CFLAGS_BOARD