From 3f6c57ca709d12e0231d8055c3ecbb92bf0ddd24 Mon Sep 17 00:00:00 2001 From: Emil Mikulic Date: Fri, 28 Nov 2003 05:08:21 +0000 Subject: [PATCH] -DNDEBUG --- trunk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/Makefile b/trunk/Makefile index 52c2139..ae8925b 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) +CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS) -DNDEBUG all: gcc -o out $(CFLAGS) darkhttpd.c