adding support for NXP rt1064 evk board, boad test led + sw8 work.

LTO is temporary disabled
This commit is contained in:
hathach
2019-11-20 15:30:10 +07:00
parent c2fb813658
commit 1aa3f085cb
7 changed files with 621 additions and 27 deletions

View File

@@ -86,7 +86,8 @@ ifeq ($(DEBUG), 1)
CFLAGS += -Og -ggdb
else
ifneq ($(BOARD),spresense)
CFLAGS += -flto -Os
#CFLAGS += -flto -Os
CFLAGS += -Os
else
CFLAGS += -Os
endif