From 499f07b3f0faa440013f2c685e8d7a28ea5936a1 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 5 Oct 2008 12:31:14 +0000 Subject: [PATCH] Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6df290c..021577b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.47 2008/10/03 21:35:03 erdgeist Exp $ +# $Id: Makefile,v 1.48 2008/10/05 12:31:14 erdgeist Exp $ CC?=gcc @@ -33,7 +33,7 @@ BINDIR?=$(PREFIX)/bin FEATURES+=-DWANT_FULLSCRAPE -OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage +OPTS_debug=-D_DEBUG -g -ggdb #-pg # -fprofile-arcs -ftest-coverage OPTS_production=-Os CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-pedantic -ansi