commit 6587c597ac1a66a126f071f1be47b8a130242fac
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 18:52:37 2020 +0100
Add comment why LTO has been disabled
mixxx.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index fa4ac61..e7ae6fd 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,6 +1,8 @@
# 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
%global _lto_cflags %{nil}
# Optional: Package version suffix for pre-releases, e.g. "beta" or
"rc"