diff options
author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 18:46:12 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-14 18:46:12 +0200 |
commit | 59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d (patch) | |
tree | 666a20f5eae3ea5355b5f8587f68b024bd799a0f /config.mk | |
parent | 82384e385ee19fc553148f7aa73fafdcbe40461b (diff) | |
download | dwm-59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d.tar.gz |
draw bar on exposure ;)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.mk b/config.mk index 96ef58a..dcea1f8 100644 --- a/config.mk +++ b/config.mk @@ -14,12 +14,12 @@ VERSION = 0.1 LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11 # Linux/BSD -CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ - -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ +#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ # -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +#LDFLAGS = ${LIBS} +CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \ + -DVERSION=\"${VERSION}\" +LDFLAGS = -g ${LIBS} # Solaris |