X-Git-Url: http://git.jankratochvil.net/?p=lldb-experimental.git;a=blobdiff_plain;f=lldb-experimental.spec;h=83858365d209854d293f2b35827428e60795acb2;hp=72c1c17b82e6d8e53d2800054ab3c76468470d6f;hb=bd1a0a99c99394047cafcd554cb0c940a7b6a01b;hpb=d4f5769507bb82049f82b49f42781b152dc68fb0 diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 72c1c17..8385836 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -1,4 +1,6 @@ -%global fast 0 +# https://download.copr.fedorainfracloud.org/results/jankratochvil/lldb/fedora-rawhide-x86_64/01574351-lldb-experimental/builder-live.log.gz +# No space left on device. +%global fast 1 %global use_jankratochvil_dwz 1 %global use_jankratochvil_rust 0 %global pkg_prefix /opt/%{name} @@ -12,11 +14,12 @@ %endif Name: lldb-experimental Version: 11.0.0 -Release: 0.20200722snap3%{?dist} +Release: 0.20200726snap0%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ -Patch1: cmake-old.patch +Patch1: cmake-old1.patch +Patch2: cmake-old2.patch ExclusiveArch: x86_64 BuildRequires: gcc-c++ git libedit-devel libatomic libxml2-devel zlib-devel valgrind-devel libpfm-devel # https://src.fedoraproject.org/rpms/epydoc @@ -97,7 +100,8 @@ git merge jankratochvil/dwz # '-c merge.renameLimit=0' has no effect. git -c merge.renameLimit=1 merge jankratochvil/rust %endif -%patch1 -p1 +%patch2 -p1 -R +%patch1 -p1 -R %build FLAGS="%{optflags}" @@ -118,7 +122,7 @@ FLAGS="$FLAGS -g0" # -fno-reorder-blocks-and-partition: # -gsplit-dwarf: Error: can't resolve `.text.unlikely' - `.LVL414' # https://bugzilla.redhat.com/show_bug.cgi?id=1573647 -FLAGS="$FLAGS -gsplit-dwarf -fno-reorder-blocks-and-partition" +FLAGS="$FLAGS -fdebug-types-section" %endif CFLAGS="$FLAGS"