diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-06 16:30:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-06 16:30:18 +0000 |
commit | d40ee854b27834b4e2ac72fdc085bac232e035d4 (patch) | |
tree | 9421a74190968b27aaf3815ed642471c89eaa02d | |
parent | d7bf2ec39c489b92a38bfda4732808370466e2dc (diff) | |
download | pkgsrc-d40ee854b27834b4e2ac72fdc085bac232e035d4.tar.gz |
Comment out debug flags.
-rw-r--r-- | mail/neomutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index bcb9fdfa6bb..e08041e348e 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/10/06 16:27:15 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/10/06 16:30:18 wiz Exp $ DISTNAME= neomutt-20161003 PKGREVISION= 1 @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-external-dotlock CONFIGURE_ARGS+= --enable-imap CONFIGURE_ARGS+= --enable-notmuch CONFIGURE_ARGS+= --enable-pop -CONFIGURE_ARGS+= CFLAGS="-g -O0" +#CONFIGURE_ARGS+= CFLAGS="-g -O0" EGDIR= ${PREFIX}/share/examples/mutt CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc |