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 7316c74 commit 94d76e0Copy full SHA for 94d76e0
ports/atmel-samd/Makefile
@@ -150,7 +150,8 @@ else
150
CFLAGS += -flto -flto-partition=none
151
152
ifeq ($(CIRCUITPY_FULL_BUILD),0)
153
- CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
+ # 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
155
endif
156
157
ifdef CFLAGS_BOARD
0 commit comments