mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Add data store functions to service/One, and shelve old main.cpp since it will get rebuilt.
This commit is contained in:
parent
6615a70027
commit
38200cc6a5
8 changed files with 991 additions and 928 deletions
|
@ -38,7 +38,7 @@ endif
|
|||
DEFS+=-DZT_SALSA20_SSE
|
||||
|
||||
ifeq ($(ZT_DEBUG),1)
|
||||
# DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
# DEFS+=-DZT_TRACE
|
||||
CFLAGS=-Wall -g -pthread $(INCLUDES) $(DEFS)
|
||||
STRIP=echo
|
||||
# The following line enables optimization for the crypto code, since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue