aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a24c903b2..404af78230 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ LIBS += -lmad
# DEFINES += -DUSE_ALSA
# LIBS += -lasound
+# Uncomment this to activate extended debugging support in Simon
+DEFINES += -DSIMONDEBUG
+
# Concat DEFINES and INCLUDES to for the CPPFLAGS
CPPFLAGS= $(DEFINES) $(INCLUDES)