dwm-meillo
diff config.mk @ 199:955b4f217c2d
using -Os again, zoom is ignored in floating mode or on floating clients
author | arg@10ksloc.org |
---|---|
date | Sat, 05 Aug 2006 14:56:32 +0200 |
parents | 7c0527dd63cd |
children | 4f96eae34049 |
line diff
1.1 --- a/config.mk Sat Aug 05 14:02:25 2006 +0200 1.2 +++ b/config.mk Sat Aug 05 14:56:32 2006 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 1.5 1.6 # flags 1.7 -CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" 1.8 +CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" 1.9 LDFLAGS = ${LIBS} 1.10 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" 1.11 #LDFLAGS = -g ${LIBS}