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:
hjk
2015-01-14 10:20:21 +01:00
parent a8ea8d38fe
commit 58c694577f

View File

@@ -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 =