(no commit message)
[lldb-experimental.git] / lldb-experimental.spec
index de7dc90..8ee3e84 100644 (file)
@@ -19,7 +19,7 @@
 %endif
 Name: lldb-experimental
 Version: 13.0.0
-Release: 0.20210429snap1%{?dist}
+Release: 0.20210430snap0%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -207,8 +207,10 @@ 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
+%if 0%{?fedora} != 35
 FLAGS="$FLAGS -fdebug-types-section"
 %endif
+%endif
 
 # 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