From 40e4f39181519a7eade4954f9ecb92b84ffb4866 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 21 Oct 2013 11:15:47 -0400 Subject: Peers are now dumped on shutdown in a persistence cache and reloaded on startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.linux') diff --git a/Makefile.linux b/Makefile.linux index 794de5e3..7bacec73 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -3,7 +3,7 @@ CXX=g++ INCLUDES= ARCH=$(shell uname -m) -DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux" -DZT_TRACE +DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux" LIBS= # Uncomment for a release optimized build -- cgit v1.2.3