We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b50e6 commit 9924635Copy full SHA for 9924635
Sts1CobcSw/Edu/CMakeLists.txt
@@ -16,6 +16,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Generic)
16
Sts1CobcSw_RodosTime
17
Sts1CobcSw_Vocabulary
18
)
19
+ set_target_properties(Sts1CobcSw_Edu PROPERTIES INTERPROCEDURAL_OPTIMIZATION_MINSIZEREL OFF)
20
endif()
21
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
22
target_sources(Sts1CobcSw_Edu PRIVATE EduMock.cpp)
Sts1CobcSw/Rf/CMakeLists.txt
@@ -17,6 +17,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Generic)
Sts1CobcSw_Utility
+ set_target_properties(Sts1CobcSw_Rf PROPERTIES INTERPROCEDURAL_OPTIMIZATION_MINSIZEREL OFF)
else()
target_sources(Sts1CobcSw_Rf PRIVATE Rf.cpp)
23
target_link_libraries(
0 commit comments