projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbc84b
)
removed debug compile flags
author
Anselm R. Garbe
<arg@suckless.org>
Mon, 19 Feb 2007 15:41:47 +0000
(16:41 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Mon, 19 Feb 2007 15:41:47 +0000
(16:41 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 6a5ae27afc1f28c97e4415ce4b2691ce3d5737b3..d3a6ffd9792b7f0827aafc7173b9d93c6635a1dc 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-17,8
+17,8
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+
#
CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+
#
LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"