We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d76e0 commit 81e2830Copy full SHA for 81e2830
ports/atmel-samd/Makefile
@@ -150,8 +150,7 @@ else
150
CFLAGS += -flto -flto-partition=none
151
152
ifeq ($(CIRCUITPY_FULL_BUILD),0)
153
- # This is making the build larger in some cases (gcc 10.2.1), so turn it off for now
154
- # CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
+ CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
155
endif
156
157
ifdef CFLAGS_BOARD
0 commit comments