From 406832158d326031fa4ab4744a4703293a358fba Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 15 Jul 2021 21:08:10 +0700 Subject: [PATCH] skip lto for samd11 build --- hw/bsp/samd11/family.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/bsp/samd11/family.mk b/hw/bsp/samd11/family.mk index 70120ec9..032d11b9 100644 --- a/hw/bsp/samd11/family.mk +++ b/hw/bsp/samd11/family.mk @@ -3,7 +3,6 @@ DEPS_SUBMODULES += hw/mcu/microchip include $(TOP)/$(BOARD_PATH)/board.mk CFLAGS += \ - -flto \ -mthumb \ -mabi=aapcs \ -mcpu=cortex-m0plus \