summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2008-10-05 12:31:14 +0000
committererdgeist <>2008-10-05 12:31:14 +0000
commita5917ab6e024ee5729356e9457dcc8f18da6caaa (patch)
tree9187fa1538314d7ffb2714b27e79e9e7fc9cf938 /Makefile
parent68b1b8409b3a5e28f993675e5d505e1eb879af2b (diff)
Add _DEBUG flag for debug builds. This flag enables some diagnostic messages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b90c309..013ac92 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ BINDIR?=$(PREFIX)/bin
33 33
34FEATURES+=-DWANT_FULLSCRAPE 34FEATURES+=-DWANT_FULLSCRAPE
35 35
36OPTS_debug=-g -ggdb #-pg # -fprofile-arcs -ftest-coverage 36OPTS_debug=-D_DEBUG -g -ggdb #-pg # -fprofile-arcs -ftest-coverage
37OPTS_production=-Os 37OPTS_production=-Os
38 38
39CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-pedantic -ansi 39CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-pedantic -ansi