NDEBUG gets defined in the source file.

This commit is contained in:
Emil Mikulic 2003-12-13 07:24:43 +00:00
parent 020b4d20e2
commit b2e4f924b9

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) -DNDEBUG
CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS)
all:
gcc -o out $(CFLAGS) darkhttpd.c