Skip to content
Snippets Groups Projects
Commit 52f52ffd authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlJS: Don't force -O3 in debug mode

Makes debugging the QMLJS lib a pain :)
parent 422f4f68
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@ CONFIG += dll
TARGET = QmlJS
DEFINES += QMLJS_BUILD_DIR QT_CREATOR
unix:QMAKE_CXXFLAGS_DEBUG += -O3
include(../../qtcreatorlibrary.pri)
include(qmljs-lib.pri)
include(../utils/utils.pri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment