commit a8172235b57c7b92500b50351328650c7af4467c
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 ca8c740..5348b7f 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"