mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
-DNDEBUG
This commit is contained in:
parent
a4347fa196
commit
3f6c57ca70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user