mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
NDEBUG gets defined in the source file.
This commit is contained in:
parent
020b4d20e2
commit
b2e4f924b9
@ -3,7 +3,7 @@ ALLWARNS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \
|
|||||||
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
|
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
|
||||||
-Wredundant-decls -Wnested-externs -Wlong-long -Winline
|
-Wredundant-decls -Wnested-externs -Wlong-long -Winline
|
||||||
|
|
||||||
CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS) -DNDEBUG
|
CFLAGS = -O -pipe -ansi -pedantic -g $(ALLWARNS)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
gcc -o out $(CFLAGS) darkhttpd.c
|
gcc -o out $(CFLAGS) darkhttpd.c
|
||||||
|
Loading…
Reference in New Issue
Block a user