mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
This commit is contained in:
parent
79f02f7297
commit
7c54b44005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user