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. Change-Id: Ic81aa6e491e132ee04bb51e9d443e836b5a7635a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -42,3 +42,6 @@ HEADERS += \
|
|||||||
|
|
||||||
INCLUDEPATH += $$DEBUGGERDIR
|
INCLUDEPATH += $$DEBUGGERDIR
|
||||||
DEFINES += QT_NO_CAST_FROM_ASCII
|
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