Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
2e1eb51
)
-Wextra
author
Ali H. Fardan <
[email protected]
>
Sun, 21 Aug 2016 08:10:37 +0000
(11:10 +0300)
committer
Ali H. Fardan <
[email protected]
>
Sun, 21 Aug 2016 08:10:37 +0000
(11:10 +0300)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
cdb9656
..
f01bcdb
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-16,7
+16,7
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -
Wextra -
O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
#LDFLAGS = -s ${LIBS}