1
2
3
4
5
6
7
8
9
10
11
12
13 | === modified file 'tests/mocks/Unity/CMakeLists.txt' --- tests/mocks/Unity/CMakeLists.txt 2014-11-10 08:21:41 +0000 +++ tests/mocks/Unity/CMakeLists.txt 2015-02-04 13:20:14 +0000 @@ -40,6 +40,9 @@ ${SCOPES_API_INCLUDEDIR}/unity/shell/scopes/SettingsModelInterface.h ) +# Workaround for gcc failure LP: #1417664 +set_source_files_properties(fake_scopes.cpp PROPERTIES COMPILE_FLAGS -O1) + add_library(FakeUnityQml MODULE ${UnityQML_SOURCES}) target_link_libraries(FakeUnityQml ${Qt5Core_LIBRARIES} |