|
From: Mayukh B. <ma...@gm...> - 2006-03-03 19:01:40
|
Michael Smith <msmith <at> xiph.org> writes: > You can #include <valgrind/valgrind.h>, then use the > RUNNING_ON_VALGRIND macro, like: > > if (RUNNING_ON_VALGRIND) { > do_special_thing(); > } > else { > do_normal_thing(); > } Thank you! I verified that this works. -Mayukh. |