diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-01-08 13:17:21 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-01-08 13:17:21 +0000 |
| commit | bf4dd407e378fb693355c9949677e352fcbaf893 (patch) | |
| tree | b3bca204179f256ff86075028db8119d21f14205 /lib/libfetch | |
| parent | 80ed165e91605dfb2a5d4100c0d64c71dc36a96c (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/Makefile | 2 |
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 |
