diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-19 13:27:59 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-04-19 13:27:59 +0200 |
commit | 2c7f3b568203ee3010db95d6dd060ebaddfe5475 (patch) | |
tree | 05220cb95993e97f3550aecfa1b90ee4c12dd9ab /Makefile | |
parent | 0ac5aca79054773d6c03bc7febc81e3f22d0292f (diff) | |
download | dovecot-antispam-2c7f3b568203ee3010db95d6dd060ebaddfe5475.tar.gz dovecot-antispam-2c7f3b568203ee3010db95d6dd060ebaddfe5475.tar.xz dovecot-antispam-2c7f3b568203ee3010db95d6dd060ebaddfe5475.zip |
add verbose debugging
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ CFLAGS += -DCONFIG_DEBUG -DDEBUG_SYSLOG objs += debug.o endif +ifeq ("$(DEBUG_VERBOSE)", "1") +CFLAGS += -DCONFIG_DEBUG_VERBOSE +endif + # dovecot version rules objs += antispam-storage-$(DOVECOT_VERSION).o ifeq ("$(DOVECOT_VERSION)", "1.0") |