Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
grammar correction
[slstatus.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
4888003
..
8e404d6
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-16,9
+16,9
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -
g -std=c99 -pedantic -Wall
-O0 ${INCS} ${CPPFLAGS}
+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