(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 2 Jun 2021 10:02:02 +0000 (12:02 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 2 Jun 2021 10:02:02 +0000 (12:02 +0200)
lldb-experimental.spec

index f7d7d9b..e52613b 100644 (file)
@@ -206,7 +206,7 @@ FLAGS="$FLAGS -fdebug-types-section"
 
 # Rawhide Gold on lldb-experimental build: invalid symbol table name index && section_header_offset: bad shndx
 # https://bugzilla.redhat.com/show_bug.cgi?id=1954141
-%if 0%{?fedora} == 35
+%if 0%{?fedora} == 33 || 0%{?fedora} == 35
 FLAGS="$FLAGS -fno-lto"
 %endif