summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-09 15:06:38 +0000
committerdes <des@FreeBSD.org>2001-12-09 15:06:38 +0000
commitb073ce5f0e582a4dcbf8e771c6a312f01d3c4cf6 (patch)
tree56e48c7abbe7d1b8007a241a02dba4457220f649 /lib/libfetch/Makefile
parent01882c47bb851e08bc7ed425af7192785c3793f6 (diff)
downloadFreeBSD-src-b073ce5f0e582a4dcbf8e771c6a312f01d3c4cf6.zip
FreeBSD-src-b073ce5f0e582a4dcbf8e771c6a312f01d3c4cf6.tar.gz
Don't build with NDEBUG.
PR: bin/32615 MFC after: 1 week
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index d13d29f..9dc1b9f 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -5,9 +5,6 @@ LIB= fetch
WARNS?= 2
CFLAGS+= -I.
CFLAGS+= -DINET6
-.if !defined(DEBUG)
-CFLAGS+= -DNDEBUG
-.endif
SRCS= fetch.c common.c ftp.c http.c file.c \
ftperr.h httperr.h
INCS= fetch.h
OpenPOWER on IntegriCloud