aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-11 09:12:06 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-11 09:12:06 +0100
commita8e0772c4d977fafb35c5ab9e29e322a9505b71a (patch)
tree5068a0b2244a88dbd58a2261feff7f757a5d441f /config.mk
parent98e7950be812d20fc33f597641819561ee90fc0e (diff)
downloaddwm-a8e0772c4d977fafb35c5ab9e29e322a9505b71a.tar.gz
applied anydot's patchset.diff
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index ede70af..f9fb298 100644
--- a/config.mk
+++ b/config.mk
@@ -22,8 +22,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
#CFLAGS = -Os ${INCS} ${CPPFLAGS}
#LDFLAGS = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS}
+CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+LDFLAGS = -s ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
remember that computers suck.