X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=blobdiff_plain;f=lldb-experimental.spec;h=811b7ad36ec4534b36b2df30b3a96aae983c849c;hp=1fa1de1377d34dbbd667410470e6fe068792f17d;hb=269800c0dc6c3dbf0fdd5cf93a06a36ca90b9ccd;hpb=030e642cb48616a9cc554fbf5d3c45df2ecba66d diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 1fa1de1..811b7ad 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -18,7 +18,7 @@ %endif Name: lldb-experimental Version: 13.0.0 -Release: 0.20210604snap2%{?dist} +Release: 0.20210604snap3%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -205,6 +205,10 @@ FLAGS="$FLAGS -fdebug-types-section" %endif %endif +# clang-12: error: unsupported argument 'auto' to option 'flto=' +# clang-12: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument] +FLAGS="$(echo $FLAGS|sed 's/-flto=auto -ffat-lto-objects/-flto/')" + CFLAGS="$FLAGS" CXXFLAGS="$FLAGS"