dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit cd8bb06af514ed9a30c0786b70c1d6ee6afb68c8
parent 3150a8a1beef1884365210e0e4d18b2599269a78
Author: garbeam@gmail.com <unknown>
Date:   Sun, 10 Jul 2011 21:24:17 +0100

enabled release flags
Diffstat:
Mconfig.mk | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.mk b/config.mk @@ -20,10 +20,10 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} -#LDFLAGS = -s ${LIBS} +#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +#LDFLAGS = -g ${LIBS} +LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"