mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.
This commit is contained in:
parent
68b1b8409b
commit
a5917ab6e0
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue