mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +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
|
||||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue