From e30d34870b28b7f2c872a93fd47ad65477e7f7c6 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Mon, 28 Mar 2011 15:19:22 +0200 Subject: Aaah! No debug! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3