]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- let's see if 250G is enough to build without -gsplit-dwarf
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 8 Dec 2018 08:08:01 +0000 (09:08 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 8 Dec 2018 08:08:01 +0000 (09:08 +0100)
llvm.spec

index 40b13665c67cd9b0fd61ecaf481b689bd0340805..55d5afbe5f8f02feea2607f4f24111f9291aa120 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -139,9 +139,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.090809 seconds and 4 git commands to generate.