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:
28ffff8
)
removed debug flags
author
Anselm R. Garbe
<arg@suckless.org>
Wed, 7 Feb 2007 11:37:21 +0000
(12:37 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Wed, 7 Feb 2007 11:37:21 +0000
(12:37 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 2e5630a0ddcbb2a5684f0d70efbfe95e528f417e..338632de2ee391efd5a020cf1b05c3a980f01470 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}\"