Disable PGO

This commit is contained in:
Martin Stransky 2020-07-28 11:38:45 +02:00
parent 01c1fcff36
commit 80b8c3f8c4
1 changed files with 1 additions and 1 deletions

View File

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