|
From: Leung Ngai-H. Z. <leu...@co...> - 2006-01-06 13:20:09
|
Hi I'm writing a small tool for Valgrind, and I was wondering how I could compile only my tool and not all of Valgrind. Thanks! Zac |
|
From: Nicholas N. <nj...@cs...> - 2006-01-06 16:36:37
|
On Fri, 6 Jan 2006, Leung Ngai-Hang Zachary wrote: > I'm writing a small tool for Valgrind, and I was wondering how I could > compile only my tool and not all of Valgrind. Thanks! Change the TOOLS variable in the top level Makefile.am file so it only includes your tool's name, then rerun autogen.sh/configure/make. Valgrind's core will still be built, but you need that. Nick |