summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-21 11:15:47 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-21 11:15:47 -0400
commit40e4f39181519a7eade4954f9ecb92b84ffb4866 (patch)
treef6fc14e5e1453def68bf984e79bfa37e1436d697 /Makefile.linux
parent6e217dfcb01c923e54dd172d0dfca68ab8566bdd (diff)
downloadinfinitytier-40e4f39181519a7eade4954f9ecb92b84ffb4866.tar.gz
infinitytier-40e4f39181519a7eade4954f9ecb92b84ffb4866.zip
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.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux2
1 files changed, 1 insertions, 1 deletions
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