From 06a87606cdef8af477c4341d764102c0d3f3e7e2 Mon Sep 17 00:00:00 2001 From: cbdev Date: Mon, 13 Nov 2017 03:08:49 +0100 Subject: Add debug messages --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') 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 -- cgit v1.2.3