Fix attempt to WHOIS self.

This commit is contained in:
Adam Ierymenko 2017-03-17 22:13:34 +00:00
commit cdc0eaec3a
5 changed files with 26 additions and 10 deletions

View file

@ -54,7 +54,7 @@ ifeq ($(ZT_RULES_ENGINE_DEBUGGING),1)
endif
ifeq ($(ZT_DEBUG),1)
# DEFS+=-DZT_TRACE
DEFS+=-DZT_TRACE
override CFLAGS+=-Wall -g -O -pthread $(INCLUDES) $(DEFS)
override CXXFLAGS+=-Wall -g -O -std=c++11 -pthread $(INCLUDES) $(DEFS)
override LDFLAGS+=