diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | defconfig | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ # include config file -CFLAGSORIG := $(CFLAGS) CONFIG ?= .config -include $(CONFIG) +CFLAGSORIG := $(CFLAGS) -include $(DOVECOT)/dovecot-config INSTALLDIR ?= $(moduledir)/imap # Kill CFLAGS from dovecot-config @@ -52,3 +52,6 @@ GROUP=root # (because, for example, you need two instances for different # spam filters installed) PLUGINNAME=antispam + +# extra CFLAGS +# CFLAGS += -g3 |