mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 07:06:45 +00:00
Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.
This commit is contained in:
parent
68b1b8409b
commit
a5917ab6e0
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ BINDIR?=$(PREFIX)/bin
|
|||||||
|
|
||||||
FEATURES+=-DWANT_FULLSCRAPE
|
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
|
OPTS_production=-Os
|
||||||
|
|
||||||
CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-pedantic -ansi
|
CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-pedantic -ansi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user