From 703416e3aa51f7b68108b4c726e78972fbfbf8d4 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sat, 12 Jul 2014 19:29:32 +0200 Subject: Enable debug for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 066c649..0aecfb2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAN= httpd.8 httpd.conf.5 LDADD= -levent -lssl -lcrypto -lutil DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO} ${LIBUTIL} - +DEBUG= -g -DDEBUG=3 CFLAGS+= -Wall -I${.CURDIR} -Werror CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations -- cgit v1.2.3-54-g00ecf