diff options
Diffstat (limited to '')
-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 + |