]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- really reenable split-dwarf
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Dec 2018 17:28:33 +0000 (18:28 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Dec 2018 17:28:33 +0000 (18:28 +0100)
llvm.spec

index cd68c735612a12715b1ef02a7e53d63f18ee15d7..263a99652ca2c93b60207f190cd572ad1036e9bd 100644 (file)
--- 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\\)
This page took 0.037492 seconds and 4 git commands to generate.