Noone likes -Wextra.
I don't have the time to care for X11 that much.
This commit is contained in:
parent
23a1589c93
commit
18eef19217
@ -13,7 +13,7 @@ LIBS = -L/usr/lib -lc -lX11
|
|||||||
|
|
||||||
# flags
|
# flags
|
||||||
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
|
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
|
||||||
CFLAGS = -std=c99 -pedantic -Wall -Wextra -O0 ${INCS} ${CPPFLAGS}
|
CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
|
||||||
LDFLAGS = -s ${LIBS}
|
LDFLAGS = -s ${LIBS}
|
||||||
|
|
||||||
# Solaris
|
# Solaris
|
||||||
|
Loading…
x
Reference in New Issue
Block a user