mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
mkosi: Disable DWARF debug info optimization
We care more about fast builds in this case so disable the DWARF debug optimization that's done by default.
This commit is contained in:
parent
7f1d7fed80
commit
42ca6c2773
@ -70,6 +70,7 @@ rpmbuild \
|
||||
--define "__brp_check_rpaths %{nil}" \
|
||||
--define "__elf_exclude_path ^/usr/lib/systemd/tests/unit-tests/.*$" \
|
||||
--define "__script_requires %{nil}" \
|
||||
--define "_find_debuginfo_dwz_opts %{nil}" \
|
||||
--undefine _lto_cflags \
|
||||
--noclean \
|
||||
"pkg/$ID/systemd.spec"
|
||||
|
Loading…
Reference in New Issue
Block a user