Skip to content

Commit 73430af

Browse files
authored
-O2 without -fno-inline-functions
1 parent 1039e11 commit 73430af

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 ?= -Os
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)