[packages/llvm] - really reenable split-dwarf

qboosh qboosh at pld-linux.org
Fri Dec 14 18:24:01 CET 2018


commit 50fe0adf1277b5ceaa0537e24580dd0abddcac72
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Dec 14 18:28:33 2018 +0100

    - really reenable split-dwarf

 llvm.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/llvm.spec b/llvm.spec
index cd68c73..263a996 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -137,9 +137,9 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # ix86 and x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
 # use -gsplit-dwarf only when building packages with debuginfo
 # to avoid excessive disk space usage
-#if 0%{?_enable_debug_packages}
-#define		specflags	-gsplit-dwarf
-#endif
+%if 0%{?_enable_debug_packages}
+%define		specflags	-gsplit-dwarf
+%endif
 
 # strip corrupts: $RPM_BUILD_ROOT/usr/lib64/llvm-gcc/bin/llvm-c++ ...
 %define		_noautostrip	.*/\\(libmud.*\\.a\\|bin/llvm-.*\\|lib.*++\\.a\\)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/50fe0adf1277b5ceaa0537e24580dd0abddcac72



More information about the pld-cvs-commit mailing list