mirror of
git://erdgeist.org/opentracker
synced 2025-04-08 14:16:53 +08: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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user