enable lto for test target

This commit is contained in:
Robin Müller 2022-05-09 16:07:05 +02:00
parent 8a40878eb5
commit fd112ed597
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ if(FSFW_BUILD_UNITTESTS)
project(${FSFW_TEST_TGT} CXX C)
add_executable(${FSFW_TEST_TGT})
if(IPO_SUPPORTED AND FSFW_ENABLE_IPO)
set_property(TARGET ${FSFW_TEST_TGT} PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
endif()
if(FSFW_TESTS_GEN_COV)
message(STATUS "Generating coverage data for the library")