Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
forgot to give entropy() some candy too
[slstatus.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
75ba482
..
8e404d6
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-15,10
+15,10
@@
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
-CPPFLAGS = -DVERSION=\"${VERSION}\"
-CFLAGS = -
g -std=c99 -pedantic -Wall
-O0 ${INCS} ${CPPFLAGS}
+CPPFLAGS = -DVERSION=\"${VERSION}\"
-D_GNU_SOURCE
+CFLAGS = -
std=c99 -pedantic -Wno-unused-function -Wall -Wextra
-O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS =
-g
${LIBS}
+LDFLAGS = ${LIBS}
#LDFLAGS = -s ${LIBS}
# Solaris
#LDFLAGS = -s ${LIBS}
# Solaris