Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
7f45b3f
)
remove _POSIX_C_SOURCE cflag
author
Connor Lane Smith <
[email protected]
>
Wed, 18 Jan 2012 23:56:13 +0000
(23:56 +0000)
committer
Connor Lane Smith <
[email protected]
>
Wed, 18 Jan 2012 23:56:13 +0000
(23:56 +0000)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
725e28e
..
ca89fd6
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-17,9
+17,8
@@
INCS = -I${X11INC}
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}
+CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}
# compiler and linker