Skip to content

Use LTO to compile Tapasco libraries

Jaco Hofmann requested to merge CMakeLTO into 2018.1

This merge request adds support for link-time-optimization to the Tapasco build. If CMake 3.9 is available the CheckIPOSupported scripts are used. For all older CMake versions the switches are hard-coded.

Apart from the added LTO support this merge request also adds the capability to packet the generated libraries and generate e.g. RPM or DEB for installation.

Merge request reports