bareos: master 1e6a6624

Author Committer Branch Timestamp Parent
arogge Bareos Bot master 2025-05-27 16:47 master 8c8d8239 Pending
Changeset cmake: disable lto when linking gtests

this disables link-time-optimization when linking our unittests. This is
only possible if we have fat lto objects, so we only do it then.
The benefit of this is that we save a lot of compile-time on programs
that will only run a few times during testing and then will be
discarded.
mod - core/src/tests/CMakeLists.txt Diff File