summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-15 21:08:10 +0700
committerhathach <[email protected]>2021-07-15 21:08:10 +0700
commit406832158d326031fa4ab4744a4703293a358fba (patch)
treefbc49050f5f0fce3c3814d4c404b02ae23c009c1
parent3960beece0ea3dccf7ca615bd7841daa6b703d56 (diff)
skip lto for samd11 build
-rw-r--r--hw/bsp/samd11/family.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/bsp/samd11/family.mk b/hw/bsp/samd11/family.mk
index 70120ec94..032d11b98 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 \