Accepting request 940281 from home:dirkmueller:Factory
- disable QOM cast debug outside the testsuite as the corresponding asserts show up occassionally as top #1 in perf(1) traces under heavy virtio load - enable LTO when we'd like to use LTO OBS-URL: https://build.opensuse.org/request/show/940281 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=679
This commit is contained in:
parent
737e8e003d
commit
fd109a833e
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 15:31:38 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- disable QOM cast debug outside the testsuite as the corresponding
|
||||
asserts show up occassionally as top #1 in perf(1) traces under
|
||||
heavy virtio load
|
||||
- enable LTO when we'd like to use LTO
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 7 18:17:14 UTC 2021 - Dario Faggioli <dfaggioli@suse.com>
|
||||
|
||||
|
@ -1294,6 +1294,12 @@ cd %blddir
|
||||
--disable-stack-protector \
|
||||
--disable-strip \
|
||||
--disable-tcg-interpreter \
|
||||
%if "%{_lto_cflags}" != "%{nil}"
|
||||
--enable-lto \
|
||||
%endif
|
||||
%if "%flavor" != "testsuite"
|
||||
--disable-qom-cast-debug \
|
||||
%endif
|
||||
--with-git-submodules=ignore \
|
||||
%if "%{name}" != "qemu-linux-user"
|
||||
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
||||
|
@ -1125,6 +1125,12 @@ cd %blddir
|
||||
--disable-stack-protector \
|
||||
--disable-strip \
|
||||
--disable-tcg-interpreter \
|
||||
%if "%{_lto_cflags}" != "%{nil}"
|
||||
--enable-lto \
|
||||
%endif
|
||||
%if "%flavor" != "testsuite"
|
||||
--disable-qom-cast-debug \
|
||||
%endif
|
||||
--with-git-submodules=ignore \
|
||||
%if "%{name}" != "qemu-linux-user"
|
||||
--with-pkgversion="%(echo '%{distro}' | sed 's/ (.*)//')" \
|
||||
|
Loading…
Reference in New Issue
Block a user