Skip to content

Commit

Permalink
Merge pull request #8208 from cms-sw/smuzaffar-patch-3
Browse files Browse the repository at this point in the history
[PPC64LE][LTO] Disable LTO for ppc64le
  • Loading branch information
smuzaffar authored Nov 30, 2022
2 parents 32dd47d + 3ae8f33 commit 42fe0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compilation_flags.file
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
%if "%{?arch_build_flags:set}" != "set"
%ifarch ppc64le
%define arch_build_flags -mcpu=power8 -mtune=power8 --param=l1-cache-size=64 --param=l1-cache-line-size=128 --param=l2-cache-size=512
%undefine lto_build_flags
%define lto_build_flags %{nil}
%endif
%ifarch aarch64
%define arch_build_flags -march=armv8-a -mno-outline-atomics
Expand Down

0 comments on commit 42fe0ec

Please sign in to comment.