summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 5bb556870..12ce3fd0c 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -85,11 +85,7 @@ CFLAGS += \
ifeq ($(DEBUG), 1)
CFLAGS += -Og -ggdb
else
- ifneq ($(BOARD),spresense)
- CFLAGS += -flto -Os
- else
- CFLAGS += -Os
- endif
+ CFLAGS += -Os
endif
# TUSB Logging option