(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 29 Apr 2021 15:30:58 +0000 (17:30 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 29 Apr 2021 15:30:58 +0000 (17:30 +0200)
lldb-experimental.spec

index d0cea5a..de7dc90 100644 (file)
@@ -19,7 +19,7 @@
 %endif
 Name: lldb-experimental
 Version: 13.0.0
-Release: 0.20210429snap0%{?dist}
+Release: 0.20210429snap1%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -213,7 +213,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
-FLAGS="$FLAGS -flto=off"
+FLAGS="$FLAGS -fno-lto"
 %endif
 
 CFLAGS="$FLAGS"