Merge branch 'master' of https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-hosted
fsfw/fsfw example hosted/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-18 16:00:20 +02:00
commit 228c052fae
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ endif()
# Project Name
project(fsfw-example-hosted C CXX)
option(OBSW_ENABLE_IPO "Enable IPO/LTO optimization" ON)
if(OBSW_ENABLE_IPO)
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
endif()
################################################################################
# Pre-Sources preparation
################################################################################