summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-03-28 15:19:22 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2011-03-28 15:19:22 +0200
commite30d34870b28b7f2c872a93fd47ad65477e7f7c6 (patch)
tree6a454f23998905ca3aa5fa0fbcd3b49d526f9af4
parentc786bbcc1bbb84b16b3bcca3b194bf483af3f66a (diff)
downloadmcwm-e30d34870b28b7f2c872a93fd47ad65477e7f7c6.zip
Aaah! No debug!
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 660888b..eccd29b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SRC=mcwm.c list.c config.h events.h list.h
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC)
CC=gcc
-CFLAGS=-g -std=c99 -Wall -Wextra -O2 -I/usr/local/include -DDEBUG #-DDMALLOC
+CFLAGS=-g -std=c99 -Wall -Wextra -O2 -I/usr/local/include #-DDEBUG #-DDMALLOC
LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom #-ldmalloc
RM=/bin/rm