Disabled PGO on aarch64 builds due to linking errors

This commit is contained in:
Martin Stransky 2020-08-24 11:03:04 +02:00
parent 50205986b2
commit 706efcc2e9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ExcludeArch: s390x
# Build PGO+LTO on x86_64 and aarch64 only due to build issues
# on other arches.
%global build_with_pgo 0
%ifarch x86_64 aarch64
%ifarch x86_64
%if %{release_build}
%global build_with_pgo 1
%endif