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 d289329 commit 1108243Copy full SHA for 1108243
ports/atmel-samd/Makefile
@@ -116,12 +116,12 @@ else
116
# -finline-limit=80 or so is similar to not having it on.
117
# There is no simple default value, though.
118
ifeq ($(SHRINK_BUILD), 1)
119
- CFLAGS += -finline-limit=45
+ CFLAGS += -finline-limit=45 --param max-inline-insns-auto=110
120
endif
121
122
# We used to do this but it seems to not reduce space any more, at least in gcc 11.
123
# Leave it here, commented out, just for reference.
124
- # --param inline-unit-growth=15 --param max-inline-insns-auto=20
+ # --param inline-unit-growth=15
125
126
ifdef CFLAGS_BOARD
127
CFLAGS += $(CFLAGS_BOARD)
0 commit comments