This commit is contained in:
Adam Ierymenko 2017-07-06 11:56:46 -07:00
parent cd63ecd3f3
commit 640ad577d1
11 changed files with 1 additions and 223 deletions

View file

@ -7,11 +7,6 @@ LIBS=
include objects.mk
ONE_OBJS+=osdep/BSDEthernetTap.o ext/http-parser/http_parser.o
# Build with ZT_ENABLE_CLUSTER=1 to build with cluster support
ifeq ($(ZT_ENABLE_CLUSTER),1)
DEFS+=-DZT_ENABLE_CLUSTER
endif
# "make debug" is a shortcut for this
ifeq ($(ZT_DEBUG),1)
CFLAGS+=-Wall -Werror -g -pthread $(INCLUDES) $(DEFS)