mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -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 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
#CONFIG += staticlib release
|
#CONFIG += staticlib release
|
||||||
CONFIG += staticlib testnetwork
|
#CONFIG += staticlib testnetwork
|
||||||
#CONFIG += staticlib testnetwork bitdht
|
CONFIG += staticlib testnetwork bitdht
|
||||||
CONFIG -= qt
|
CONFIG -= qt
|
||||||
TARGET = retroshare
|
TARGET = retroshare
|
||||||
|
|
||||||
|
@ -21,14 +21,14 @@ profiling {
|
||||||
|
|
||||||
release {
|
release {
|
||||||
# UDP and TUNNEL dont work anymore.
|
# UDP and TUNNEL dont work anymore.
|
||||||
DEFINES *= PQI_DISABLE_UDP
|
#DEFINES *= PQI_DISABLE_UDP
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
testnetwork {
|
testnetwork {
|
||||||
DEFINES *= PQI_DISABLE_UDP
|
#DEFINES *= PQI_DISABLE_UDP
|
||||||
DEFINES *= PQI_DISABLE_TUNNEL
|
DEFINES *= PQI_DISABLE_TUNNEL
|
||||||
|
|
||||||
# DEFINES *= AUTHSSL_DEBUG GPG_DEBUG
|
# DEFINES *= AUTHSSL_DEBUG GPG_DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue