From edf59bc088a05467b7e9a6b7edc6b3956a88fd9a Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 19 Jan 2009 19:33:38 +0000 Subject: [PATCH] I want to be able to look at cores for now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16a2bb8..8c02a05 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROG=scrotwm NOMAN= #MAN=scrotwm.1 -CFLAGS+=-Wall -Wno-uninitialized +CFLAGS+=-Wall -Wno-uninitialized -ggdb3 CPPFLAGS+= -I${X11BASE}/include LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr -- 1.7.10.4