TRACE compile fixes, other fixes, and it basically works! It says HELLO.

This commit is contained in:
Adam Ierymenko 2015-04-09 20:54:00 -07:00
commit 068d311ecc
12 changed files with 140 additions and 33 deletions

View file

@ -38,7 +38,7 @@ endif
DEFS+=-DZT_SALSA20_SSE
ifeq ($(ZT_DEBUG),1)
# DEFS+=-DZT_TRACE
DEFS+=-DZT_TRACE
CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
STRIP=echo
# The following line enables optimization for the crypto code, since