mkosi: Disable lto feature of systemd spec

This makes sure the systemd spec doesn't check if LTO is working as
expected when it is actually disabled.
This commit is contained in:
Daan De Meyer
2025-10-29 13:56:16 +01:00
parent 097536a49c
commit a835537f75

View File

@@ -82,6 +82,7 @@ CXX_LD="$( ((LLVM)) && echo lld)" \
--noprep \
--build-in-place \
--with upstream \
--without lto \
$( ((WITH_TESTS)) || echo "--nocheck") \
$( ((WITH_DOCS)) || echo "--without=docs") \
--define "_topdir /var/tmp" \