From edcec9fa9086599d56bffe7fdb2c1f05ae7a3ad8 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 2 Jun 2019 15:45:12 +0200 Subject: File backend peer query --- plugins/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/makefile') diff --git a/plugins/makefile b/plugins/makefile index 6b413db..1a6ef36 100644 --- a/plugins/makefile +++ b/plugins/makefile @@ -1,7 +1,7 @@ .PHONY: all clean PLUGINS = backend_file.so -CFLAGS += -fPIC -I../ +CFLAGS += -fPIC -g -I../ LDFLAGS += -shared %.so :: %.c %.h -- cgit v1.2.3