pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585294c
)
new stuff
author
Anselm R Garbe
<garbeam@gmail.com>
Sat, 17 May 2008 13:51:12 +0000
(14:51 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sat, 17 May 2008 13:51:12 +0000
(14:51 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
f2750fb
..
b18ad33
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 = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+
#
CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+
#
LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"