From 7c54b440059c39d6ea81267803e2be0a79e024c6 Mon Sep 17 00:00:00 2001 From: drbob Date: Tue, 5 Oct 2010 00:05:49 +0000 Subject: [PATCH] switching the DHT back on... previous bugpatch appears to have done the job. Let me know if crashes continue. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3608 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/libretroshare.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libretroshare/src/libretroshare.pro b/libretroshare/src/libretroshare.pro index a32db5def..491ff347f 100644 --- a/libretroshare/src/libretroshare.pro +++ b/libretroshare/src/libretroshare.pro @@ -1,7 +1,7 @@ TEMPLATE = lib #CONFIG += staticlib release -CONFIG += staticlib testnetwork -#CONFIG += staticlib testnetwork bitdht +#CONFIG += staticlib testnetwork +CONFIG += staticlib testnetwork bitdht CONFIG -= qt TARGET = retroshare @@ -21,14 +21,14 @@ profiling { release { # UDP and TUNNEL dont work anymore. - DEFINES *= PQI_DISABLE_UDP + #DEFINES *= PQI_DISABLE_UDP DEFINES *= PQI_DISABLE_TUNNEL } testnetwork { - DEFINES *= PQI_DISABLE_UDP + #DEFINES *= PQI_DISABLE_UDP DEFINES *= PQI_DISABLE_TUNNEL # DEFINES *= AUTHSSL_DEBUG GPG_DEBUG