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 1039e11 commit 73430afCopy full SHA for 73430af
ports/atmel-samd/Makefile
@@ -108,7 +108,7 @@ endif
108
109
ifeq ($(CHIP_FAMILY), same54)
110
PERIPHERALS_CHIP_FAMILY=sam_d5x_e5x
111
-OPTIMIZATION_FLAGS ?= -Os
+OPTIMIZATION_FLAGS ?= -O2
112
# TinyUSB defines
113
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
114
endif
0 commit comments