mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Add rules engine debugging switch to make-linux.mk
This commit is contained in:
parent
4ad942522b
commit
5bd8968eb8
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ ifeq ($(ZT_TRACE),1)
|
||||||
DEFS+=-DZT_TRACE
|
DEFS+=-DZT_TRACE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ZT_RULES_ENGINE_DEBUGGING),1)
|
||||||
|
DEFS+=-DZT_RULES_ENGINE_DEBUGGING
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ZT_DEBUG),1)
|
ifeq ($(ZT_DEBUG),1)
|
||||||
DEFS+=-DZT_TRACE
|
DEFS+=-DZT_TRACE
|
||||||
override CFLAGS+=-Wall -g -O -pthread $(INCLUDES) $(DEFS)
|
override CFLAGS+=-Wall -g -O -pthread $(INCLUDES) $(DEFS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue