summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorAndrzej Tokarski <[email protected]>2022-11-21 21:45:10 +0100
committerGitHub <[email protected]>2022-11-21 21:45:10 +0100
commitb41f5eadb3143d0bfaf211d9bc84c95e5d623c29 (patch)
tree313da7c8988a2b443e6ab5647fa1177e84e424a6 /examples/make.mk
parent89eac75085134d570dc26dffaf3d8f204aef5359 (diff)
parent4a2e424103b0a2626a6cb464a350c68ae109cc7e (diff)
Merge branch 'master' into midihost
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 47520d660..73a39a8fe 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -113,7 +113,8 @@ CFLAGS += \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
- CFLAGS += -Og
+ CFLAGS += -O0
+ NO_LTO = 1
else
CFLAGS += $(CFLAGS_OPTIMIZED)
endif