forked from qt-creator/qt-creator
Debugger: Work around clang limitation in auto test
Clang 3.5 runs out of memory when trying to optimize
tst_Dumpers::dumper_data. So don't optimize.
This is a backport of 58c694577f
.
Change-Id: Ia81aa6e491e132ee04bb51e9d443e836b5a7635a
Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -42,3 +42,6 @@ HEADERS += \
|
||||
|
||||
INCLUDEPATH += $$DEBUGGERDIR
|
||||
DEFINES += QT_NO_CAST_FROM_ASCII
|
||||
|
||||
# clang 3.5 does not like to optimize long functions.
|
||||
clang: QMAKE_CXXFLAGS_RELEASE =
|
||||
|
Reference in New Issue
Block a user