|
From: Dennis L. <pla...@tz...> - 2004-10-04 15:32:40
|
Hello people, from much programs Im used to enable certain runtime options with just an option. In valgrind you need to explicitly pass yes and no, e.g. --leak-check=yes ... It would be easier to use if the "default" was yes, so that --leak-check=yes is equivalent to --leak-check, while =no needs still to be passed explicitly (or even as --no-leak-check ;) greets Dennis |