same54: Use the same optimization as other sam d5x/e5x

It's likely that this is a relic of my early testing.
This commit is contained in:
Jeff Epler 2021-11-12 18:54:56 -06:00
parent b9ecb0fdb4
commit 1039e1116b
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -108,7 +108,7 @@ endif
ifeq ($(CHIP_FAMILY), same54)
PERIPHERALS_CHIP_FAMILY=sam_d5x_e5x
OPTIMIZATION_FLAGS ?= -O2 -fno-inline-functions
OPTIMIZATION_FLAGS ?= -Os
# TinyUSB defines
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
endif