Mercurial > dwm-meillo
comparison 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 |
comparison
equal
deleted
inserted
replaced
198:ac90e9e4b9c9 | 199:955b4f217c2d |
---|---|
13 # includes and libs | 13 # includes and libs |
14 INCS = -I/usr/lib -I${X11INC} | 14 INCS = -I/usr/lib -I${X11INC} |
15 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 | 15 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 |
16 | 16 |
17 # flags | 17 # flags |
18 CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" | 18 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" |
19 LDFLAGS = ${LIBS} | 19 LDFLAGS = ${LIBS} |
20 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" | 20 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" |
21 #LDFLAGS = -g ${LIBS} | 21 #LDFLAGS = -g ${LIBS} |
22 | 22 |
23 # compiler | 23 # compiler |