From a5917ab6e024ee5729356e9457dcc8f18da6caaa Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 5 Oct 2008 12:31:14 +0000 Subject: Add _DEBUG flag for debug builds. This flag enables some diagnostic messages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b90c309..013ac92 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3