Reactivate minimal version

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-02-18 23:26:08 +00:00
parent 24b2b8ce29
commit 61b57ede65
5 changed files with 292 additions and 269 deletions

View file

@ -9,7 +9,7 @@ TARGET = retroshare
#CONFIG += minimal
minimal {
CONFIG -= use_blogs bitdht
CONFIG -= use_blogs
DEFINES += MINIMAL_LIBRS
}
@ -236,12 +236,16 @@ win32 {
DEFINES *= MINIUPNPC_VERSION=13
DESTDIR = lib
# Switch off optimization
# Switch off optimization for release version
QMAKE_CXXFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE += -O0
QMAKE_CFLAGS_RELEASE -= -O2
QMAKE_CFLAGS_RELEASE += -O0
# Switch on optimization for debug version
#QMAKE_CXXFLAGS_DEBUG += -O2
#QMAKE_CFLAGS_DEBUG += -O2
DEFINES -= DEBUG_PQISSL
DEFINES += USE_CMD_ARGS