Disabled PGO on aarch64 builds due to linking errors
This commit is contained in:
parent
50205986b2
commit
706efcc2e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user