From b2e4f924b9404cfffc31ccd0f9dd93a676dffdb3 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Sat, 13 Dec 2003 07:24:43 +0000 Subject: [PATCH] NDEBUG gets defined in the source file. --- trunk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/Makefile b/trunk/Makefile index ae8925b..52c2139 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -3,7 +3,7 @@ ALLWARNS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \ -Wredundant-decls -Wnested-externs -Wlong-long -Winline -CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS) -DNDEBUG +CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS) all: gcc -o out $(CFLAGS) darkhttpd.c