summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-11-15 11:50:53 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-11-15 11:50:53 -0800
commit5bd8968eb8fa1f5309a5437f14dc611068719582 (patch)
tree138865b8d738bfba099a6b5353e76b951e93af73 /make-linux.mk
parent4ad942522ba17d94ac68a450ff29d7f6159c2202 (diff)
downloadinfinitytier-5bd8968eb8fa1f5309a5437f14dc611068719582.tar.gz
infinitytier-5bd8968eb8fa1f5309a5437f14dc611068719582.zip
Add rules engine debugging switch to make-linux.mk
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 9dfd39bf..ceb97a8a 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -84,6 +84,10 @@ ifeq ($(ZT_TRACE),1)
DEFS+=-DZT_TRACE
endif
+ifeq ($(ZT_RULES_ENGINE_DEBUGGING),1)
+ DEFS+=-DZT_RULES_ENGINE_DEBUGGING
+endif
+
ifeq ($(ZT_DEBUG),1)
DEFS+=-DZT_TRACE
override CFLAGS+=-Wall -g -O -pthread $(INCLUDES) $(DEFS)