summaryrefslogtreecommitdiff
path: root/src/organizer.pro
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-05-10 10:57:35 +0200
committerTannin <devnull@localhost>2013-05-10 10:57:35 +0200
commit9bc123e8e2dbd17508a68e4afc2eb881873601bd (patch)
tree9e082b7cfca4069d4f47f2a639b570b9ad0a167a /src/organizer.pro
parentd161e1a0d61181185323fcb547d9e0651d546fb2 (diff)
- initial support for exposing the nexusbridge to python
- started improving usability of nexus bridge - support for installers implemented in python
Diffstat (limited to 'src/organizer.pro')
-rw-r--r--src/organizer.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizer.pro b/src/organizer.pro
index cfdf990b..c4a829cf 100644
--- a/src/organizer.pro
+++ b/src/organizer.pro
@@ -195,6 +195,7 @@ CONFIG(debug, debug|release) {
LIBS += -L$$OUT_PWD/../shared/release -L$$OUT_PWD/../bsatk/release
LIBS += -L$$OUT_PWD/../uibase/release
QMAKE_CXXFLAGS += /Zi
+ QMAKE_CXXFLAGS -= -O2
QMAKE_LFLAGS += /DEBUG
}