aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-11-13 03:08:49 +0100
committercbdev <cb@cbcdn.com>2017-11-13 03:08:49 +0100
commit06a87606cdef8af477c4341d764102c0d3f3e7e2 (patch)
treecaee56dd44be7dc40b4c1cbc992fe57126ea1f87 /makefile
parentd370095a576b2ea949ec2c169a9f081f1cb307b0 (diff)
downloadmidimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.tar.gz
midimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.tar.bz2
midimonster-06a87606cdef8af477c4341d764102c0d3f3e7e2.zip
Add debug messages
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2101e96..f87005e 100644
--- a/makefile
+++ b/makefile
@@ -4,6 +4,7 @@ OBJS = config.o backend.o plugin.o
PLUGINDIR = "\"./\""
CFLAGS ?= -g -Wall
+#CFLAGS += -DDEBUG
%.so: CFLAGS += -fPIC
%.so: LDFLAGS += -shared