1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-26 22:56:26 +00:00

Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.

This commit is contained in:
erdgeist 2008-10-05 12:31:14 +00:00
parent 68b1b8409b
commit a5917ab6e0

View File

@ -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