commit 05b65ea89cd8e23293898b618c9ce93aac39c2e7
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Thu Aug 20 23:01:39 2020 -0400
Try opting-out of LTO, due to test failures
libopenshot.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 1436862..79ccd2f 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,5 +1,8 @@
%global github_url
https://github.com/OpenShot/libopenshot
+# Try opting-out of LTO, due to test failures
+%define _lto_cflags %{nil}
+
Name: libopenshot
Version: 0.2.5
Release: 6%{?dist}