pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2544a3
)
shut up about deprecated Xlib functions
author
Anselm R Garbe
<anselm@garbe.us>
Wed, 1 May 2013 13:39:06 +0000
(15:39 +0200)
committer
Anselm R Garbe
<anselm@garbe.us>
Wed, 1 May 2013 13:39:06 +0000
(15:39 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
35fd1e3
..
bc3d80e
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-21,7
+21,7
@@
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -
Wno-deprecated-declarations -
Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# Solaris