https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102159
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Anton Kochkov from comment #2) > (In reply to Martin Liška from comment #1) > > Can you please provide exact steps on how to reproduce the issue on a > > vanilla system? > > 1. dnf install ocaml opam > 2. opam init (Y/Y) > 2a eval $(opam env) > 3. opam update > 3a ocamlfind remove num; ocamlfind remove num-top > 4. CHECK_IF_PREINSTALLED=false opam install opam-publish > > Or "opam install cohttp-lwt" Good, one more question, I use openSUSE, not Fedora. How do I inject the -flto flag to the {C,CXX}FLAGS?