summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-02 13:26:55 +0700
committerhathach <[email protected]>2021-04-02 13:26:55 +0700
commit080b14b292251e46b43aac9e1cf7807dc2d3eb2c (patch)
treea22f89ff2ebc16d814535334673b6720c1e9771a /examples/make.mk
parent949ff791e0222d9d89fe54b7cab036125997b66e (diff)
fix midi tx fifo overflow cause data corruption
rename
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index e04a2592a..ffcb8ee5c 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -103,7 +103,7 @@ CFLAGS += \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
- CFLAGS += -Og
+ CFLAGS += -O0
else
CFLAGS += -Os
endif