mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
Switched off optimization for Windows build.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1885b79b67
commit
0c22066d3d
3 changed files with 277 additions and 260 deletions
|
@ -236,6 +236,12 @@ win32 {
|
|||
DEFINES *= MINIUPNPC_VERSION=13
|
||||
DESTDIR = lib
|
||||
|
||||
# Switch off optimization
|
||||
QMAKE_CXXFLAGS_RELEASE -= -O2
|
||||
QMAKE_CXXFLAGS_RELEASE += -O0
|
||||
QMAKE_CFLAGS_RELEASE -= -O2
|
||||
QMAKE_CFLAGS_RELEASE += -O0
|
||||
|
||||
DEFINES -= DEBUG_PQISSL
|
||||
DEFINES += USE_CMD_ARGS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue