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

View file

@ -33,10 +33,6 @@ else
DEFS+=-DZT_SOFTWARE_UPDATE_DEFAULT="\"download\""
endif
ifeq ($(ZT_ENABLE_CLUSTER),1)
DEFS+=-DZT_ENABLE_CLUSTER
endif
# Use fast ASM Salsa20/12 for x64 processors
DEFS+=-DZT_USE_X64_ASM_SALSA2012
CORE_OBJS+=ext/x64-salsa2012-asm/salsa2012.o