summaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-01-08 13:17:21 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-01-08 13:17:21 +0000
commitbf4dd407e378fb693355c9949677e352fcbaf893 (patch)
treeb3bca204179f256ff86075028db8119d21f14205 /lib/libfetch
parent80ed165e91605dfb2a5d4100c0d64c71dc36a96c (diff)
Notes
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index c0f968aa441a..90a2b2a0b67f 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -5,7 +5,7 @@ LIB= fetch
CFLAGS+= -I. -Wall -pedantic
CFLAGS+= -DINET6
.if !defined(DEBUG)
-#CFLAGS+= -DNDEBUG
+CFLAGS+= -DNDEBUG
.endif
SRCS= fetch.c common.c ftp.c http.c file.c \
ftperr.h httperr.h