Ralf Wildenhues <[email protected]> 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.
-- 
Ben Pfaff 
http://benpfaff.org


Reply via email to