diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-06-11 09:12:06 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-06-11 09:12:06 +0100 |
commit | a8e0772c4d977fafb35c5ab9e29e322a9505b71a (patch) | |
tree | 5068a0b2244a88dbd58a2261feff7f757a5d441f /config.mk | |
parent | 98e7950be812d20fc33f597641819561ee90fc0e (diff) | |
download | dwm-a8e0772c4d977fafb35c5ab9e29e322a9505b71a.tar.gz |
applied anydot's patchset.diff
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
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}\" |