summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-11-20 15:30:10 +0700
committerhathach <[email protected]>2019-11-20 15:30:39 +0700
commit1aa3f085cb0dd2c147e0376f69e4b92f208a14c6 (patch)
tree4659405a8e24f2f4ba271004b5be1acf0aa17f35 /examples/make.mk
parentc2fb813658d6242dbea13d9f811482e34cd712c0 (diff)
adding support for NXP rt1064 evk board, boad test led + sw8 work.
LTO is temporary disabled
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 5bb556870..edf5c1f52 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -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