From 0b825437e9524b9fdf6d0fa598778fd9b526c1f8 Mon Sep 17 00:00:00 2001 From: MC Date: Thu, 1 Jul 2010 11:24:13 +0200 Subject: DEBUG should not be on. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 96bf82d..fea3738 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c \ list.c list.h events.h mcwm.man CC=gcc -CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include -DDEBUG +CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom RM=/bin/rm -- cgit v1.2.3