mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
. -O won't hurt, and it catches uninitialized vars.
This commit is contained in:
parent
3e378caaf0
commit
01f231eaea
@ -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 = -pipe -ansi -pedantic -g $(ALLWARNS)
|
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