diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-05 21:56:57 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-05 21:56:57 +0100 |
commit | e9cfae7aba1c8eafd827854705bf0d11d2de2dfb (patch) | |
tree | 7df19e62e6f09f8a07beab7ff14fb75a0ba86c35 /config.mk | |
parent | 7ac0de8350c51ef39e4dee5f60e1da641c4fbd5b (diff) | |
download | dwm-e9cfae7aba1c8eafd827854705bf0d11d2de2dfb.tar.gz |
prevent pop() if first sel == nexttiled(clients)
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 f65e6fc..1d73f2b 100644 --- a/config.mk +++ b/config.mk @@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" |