commit e1d611bea81cbb77cda47abcd6827e7fcd9e9ee1
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Jul 8 14:39:56 2020 -0500
Lower debug verbosity on 32-bit ARM to reduce link memory usage
Final link was running out of memory space.
kodi.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index 8416df8..e3a76aa 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -5,6 +5,9 @@
%global DIRVERSION %{version}-%{GITCOMMIT}
#global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
+%ifarch %{arm}
+%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+%endif
# We support hte following options:
# --with,
Show replies by date