Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
1f1a132
)
minor fix
author
Anselm R Garbe <
[email protected]
>
Fri, 13 Jun 2008 16:37:43 +0000
(17:37 +0100)
committer
Anselm R Garbe <
[email protected]
>
Fri, 13 Jun 2008 16:37:43 +0000
(17:37 +0100)
config.mk
diff
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
f9fb298
..
6377fc0
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-20,8
+20,6
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}