Re-enable debuginfo on ppc64le
Resolves: RHEL-51801
This commit is contained in:
parent
f44a518aeb
commit
d87fe4143c
@ -1,7 +1,7 @@
|
||||
%global maj_ver 17
|
||||
%global min_ver 0
|
||||
%global patch_ver 6
|
||||
%global baserelease 2
|
||||
%global baserelease 3
|
||||
|
||||
# Limit build jobs on ppc64 systems to avoid running out of memory.
|
||||
%global _smp_mflags -j8
|
||||
@ -9,12 +9,6 @@
|
||||
%global install_prefix %{_libdir}/llvm%{maj_ver}
|
||||
%global pkg_libdir %{install_prefix}/lib/
|
||||
|
||||
# Disable debuginfo on ppc64le to reduce disk space usage.
|
||||
%ifarch ppc64le
|
||||
%global _find_debuginfo_dwz_opts %{nil}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
Name: llvm-compat
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||
Release: %{baserelease}%{?dist}
|
||||
@ -173,6 +167,9 @@ EOF
|
||||
%{pkg_libdir}/libclang.so
|
||||
|
||||
%changelog
|
||||
* Fri Aug 16 2024 Tom Stellard <tstellar@redhat.com> - 17.0.6-3
|
||||
- Re-enable debuginfo on ppc64le
|
||||
|
||||
* Tue Jul 30 2024 Tom Stellard <tstellar@redhat.com> - 17.0.6-2
|
||||
- Add devel package
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user