Disable PGO

This commit is contained in:
Martin Stransky 2020-07-28 11:38:45 +02:00
parent 01c1fcff36
commit 80b8c3f8c4

View File

@ -40,7 +40,7 @@ ExcludeArch: s390x
# on other arches. # on other arches.
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
%if %{release_build} %if %{release_build}
%global build_with_pgo 1 %global build_with_pgo 0
%else %else
%global build_with_pgo 0 %global build_with_pgo 0
%endif %endif