diff options
-rw-r--r-- | lib/libfetch/Makefile | 3 |
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 |