Hi Ben, * Ben Pfaff wrote on Thu, May 20, 2010 at 09:11:58PM CEST: > Ralf Wildenhues writes: > > > That's quite bad. Maybe libtool should have a way to use valgrind only > > on the "interesting" executable, not the rest of any wrappers, or the > > libtool script, for efficiency reasons. > > To run valgrind on a program that might use libtool, I just use > libtool --mode=execute valgrind > instead of > valgrind > as the wrapper.
Ah yes, right, that should hopefully improve things for Bruno's case as well. Dummy me for not thinking of that. Thanks, Ralf
