8000 Revert "turn off inline-unit-growth and max-inline-insns-auto uses" · michthom/circuitpython@81e2830 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81e2830

Browse files
committed
Revert "turn off inline-unit-growth and max-inline-insns-auto uses"
This reverts commit 94d76e0.
1 parent 94d76e0 commit 81e2830

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/atmel-samd/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ else
150150
CFLAGS += -flto -flto-partition=none
151151

152152
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
153+
CFLAGS += --param inline-unit-growth=15 --param max-inline-insns-auto=20
155154
endif
156155

157156
ifdef CFLAGS_BOARD

0 commit comments

Comments
 (0)
0