mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
* disabled UDP and TUNNEL connections for debugging purposes.
This is done in libretroshare.pro - if you want to reenable them. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3201 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
30210cf9ec
commit
47a2f06094
4 changed files with 38 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
TEMPLATE = lib
|
||||
CONFIG += staticlib release
|
||||
#CONFIG += staticlib release
|
||||
CONFIG += staticlib testnetwork
|
||||
CONFIG -= qt
|
||||
TARGET = retroshare
|
||||
|
||||
|
@ -8,6 +9,26 @@ profiling {
|
|||
QMAKE_CXXFLAGS *= -pg -g -fno-omit-frame-pointer
|
||||
}
|
||||
|
||||
testnetwork {
|
||||
DEFINES *= PQI_DISABLE_UDP
|
||||
DEFINES *= PQI_DISABLE_TUNNEL
|
||||
|
||||
DEFINES *= AUTHSSL_DEBUG GPG_DEBUG
|
||||
DEFINES *= CONN_DEBUG
|
||||
# DEFINES *= P3DISC_DEBUG
|
||||
|
||||
DEFINES *= PGRP_DEBUG
|
||||
DEFINES *= PERSON_DEBUG
|
||||
DEFINES *= DEBUG_PQISSL
|
||||
|
||||
#DEFINES *= DEBUG_UDP_SORTER DEBUG_UDP_LAYER EXTADDRSEARCH_DEBUG
|
||||
|
||||
QMAKE_CXXFLAGS -= -fomit-frame-pointer
|
||||
QMAKE_CXXFLAGS *= -g -fno-omit-frame-pointer
|
||||
}
|
||||
|
||||
|
||||
|
||||
#CONFIG += debug
|
||||
debug {
|
||||
# DEFINES *= DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue