aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-07-12 19:29:32 +0200
committerReyk Floeter <reyk@esdenera.com>2014-07-12 19:29:32 +0200
commit703416e3aa51f7b68108b4c726e78972fbfbf8d4 (patch)
tree0eaa5f842fd60d6305f25d51746009ed690f9d74 /Makefile
parente19477090d8839a0f9e477d62cb55ed264dafa42 (diff)
downloadhttpd-703416e3aa51f7b68108b4c726e78972fbfbf8d4.tar.gz
httpd-703416e3aa51f7b68108b4c726e78972fbfbf8d4.zip
Enable debug for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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