about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
authoranselm@aab <unknown>2008-02-11 15:55:42 +0000
committeranselm@aab <unknown>2008-02-11 15:55:42 +0000
commitc2c54cc0faad89483edf3ffddee3e3ff20cf8263 (patch)
tree96ee137a792d94b6f822e29c6d90921761bbf372 /config.mk
parenta62630ae9200f36f2ef7df805c22213b54c776c7 (diff)
downloaddwm-c2c54cc0faad89483edf3ffddee3e3ff20cf8263.tar.gz
got initial Xinerama support working, though there is a lot work todo
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index da6e621..f2335ac 100644
--- a/config.mk
+++ b/config.mk
@@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = -s ${LIBS}
-#CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = -g ${LIBS}
+CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS = -g ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"