https://bugs.kde.org/show_bug.cgi?id=401742
--- Comment #13 from Mark Wielaard <m...@klomp.org> --- (In reply to Bernhard M. Wiedemann from comment #12) > In openSUSE, header files and .a files are mixed together in a > valgrind-devel package and that is used in builds of > anjuta ceph gperftools libqt5-qtwebengine mpich rdma-core ruby2.5 wine xmms2 > > But maybe they only use the .h files. > I quickly tested xmms2, rdma-core, gperftools, anjuta > and none of the 4 uses .a files. Independent from how we resolve this LTO issue you might want to take a peek at the Fedora valgrind.spec: https://src.fedoraproject.org/rpms/valgrind/blob/master/f/valgrind.spec valgrind-devel only contains the callgrind.h drd.h helgrind.h memcheck.h and valgrind.h include files valgrind aware programs (like the ones you list above) need. So it is only a couple of KB. All other development files can go into a separate subpackage (e.g. valgrind-tools-devel). which is several MB. -- You are receiving this mail because: You are watching all bug changes.