aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-03-05 19:22:54 +0100
committerMattias Andrée <maandree@kth.se>2021-03-05 19:22:54 +0100
commitcd910ea77d9ead88f37f1fa20d32a4b243cf884e (patch)
tree87cc16fbbae50e14318afecb873a3c6a1e42c03a
parentFix support for fake methods (diff)
downloadlibgamma-cd910ea77d9ead88f37f1fa20d32a4b243cf884e.tar.gz
libgamma-cd910ea77d9ead88f37f1fa20d32a4b243cf884e.tar.bz2
libgamma-cd910ea77d9ead88f37f1fa20d32a4b243cf884e.tar.xz
Add -DDEBUG to debug.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--debug.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.mk b/debug.mk
index f9ba3db..37644dc 100644
--- a/debug.mk
+++ b/debug.mk
@@ -1,5 +1,6 @@
include config.mk
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -DDEBUG
CFLAGS = -std=c11 -Og -g
LDFLAGS =