This commit is contained in:
Emil Mikulic 2003-11-28 05:08:21 +00:00
parent a4347fa196
commit 3f6c57ca70
1 changed files with 1 additions and 1 deletions

View File

@ -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