(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 27 Apr 2021 16:50:55 +0000 (18:50 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 27 Apr 2021 16:50:55 +0000 (18:50 +0200)
lldb-experimental.spec

index f9dbf0e..2f8e103 100644 (file)
@@ -19,7 +19,7 @@
 %endif
 Name: lldb-experimental
 Version: 13.0.0
-Release: 0.20210426snap0%{?dist}
+Release: 0.20210427snap0%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -238,6 +238,10 @@ CXXFLAGS="$FLAGS"
   -DLLDB_DISABLE_LIBEDIT=OFF \
   -DLLDB_DISABLE_PYTHON=OFF \
   -DLLVM_ENABLE_ASSERTIONS=ON \
+  $(: https://bugzilla.redhat.com/show_bug.cgi?id=1954141 Gold crash ) \
+%if 0%{?fedora} == 35
+  -DBOOTSTRAP_LLVM_ENABLE_LTO=OFF \
+%endif
   #
 %cmake_build