diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-31 03:31:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-31 03:31:06 +0100 |
commit | 5c6f9566ec7f8f0a0066cf423d63a7bdc0d7e599 (patch) | |
tree | bd3729623e8600d53cc366f41e61b0b21e73a1b2 /Makefile.in | |
parent | some improvements and fixes (diff) | |
download | sat-5c6f9566ec7f8f0a0066cf423d63a7bdc0d7e599.tar.gz sat-5c6f9566ec7f8f0a0066cf423d63a7bdc0d7e599.tar.bz2 sat-5c6f9566ec7f8f0a0066cf423d63a7bdc0d7e599.tar.xz |
fix bugs and improve debugging
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 7f3f2ea..dcc4126 100644 --- a/Makefile.in +++ b/Makefile.in @@ -102,3 +102,7 @@ _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ # All of the make rules and the configurations. include $(v)mk/all.mk +ifdef DEBUG +_CPPFLAGS += -DDEBUG=1 +endif + |