pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf0fb79
)
config.mk: use -std=c99
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 27 Sep 2015 22:02:28 +0000
(
00:02
+0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 27 Sep 2015 22:02:28 +0000
(
00:02
+0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
ea23da4
..
faea37f
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-24,7
+24,7
@@
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
# flags
CPPFLAGS = -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -
ansi
-pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+CFLAGS = -
std=c99
-pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# compiler and linker