commit f4e91d5511344c1e708565d03effb6e63dc95a35
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jan 25 19:19:05 2021 +0100
Re-enable LTO for all architectures except ppc64
mixxx.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 94ed611..4d48d06 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,9 +1,10 @@
# Build out-of-source (default since Fedora 33)
%undefine __cmake_in_source_build
-# Disable LTO after crash reports:
-#
https://bugzilla.rpmfusion.org/show_bug.cgi?id=5829
+# Disable LTO for ppc64
+%ifarch %{power64}
%global _lto_cflags %{nil}
+%endif
# Optional: Package version suffix for pre-releases, e.g. "beta" or
"rc"
%global extraver beta