Skip to content

Commit 582a923

Browse files
authored
Merge pull request #5579 from jepler/fix-optimization-same54
same54: Use the same optimization as other sam d5x/e5x
2 parents bd22667 + 73430af commit 582a923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ endif
108108

109109
ifeq ($(CHIP_FAMILY), same54)
110110
PERIPHERALS_CHIP_FAMILY=sam_d5x_e5x
111-
OPTIMIZATION_FLAGS ?= -O2 -fno-inline-functions
111+
OPTIMIZATION_FLAGS ?= -O2
112112
# TinyUSB defines
113113
CFLAGS += -DCFG_TUSB_MCU=OPT_MCU_SAME5X -DCFG_TUD_MIDI_RX_BUFSIZE=128 -DCFG_TUD_CDC_RX_BUFSIZE=256 -DCFG_TUD_MIDI_TX_BUFSIZE=128 -DCFG_TUD_CDC_TX_BUFSIZE=256 -DCFG_TUD_MSC_BUFSIZE=1024
114114
endif

0 commit comments

Comments
 (0)