SHA256
1
0
forked from pool/qemu

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:
Dario Faggioli 2021-12-14 12:19:24 +00:00 committed by Git OBS Bridge
parent 737e8e003d
commit fd109a833e
3 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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/ (.*)//')" \

View File

@ -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/ (.*)//')" \