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

View File

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