mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user