-
YuXiang authored
Add memcheck in front of show-leak-kinds While using massif in valgrind, like below ``` valgrind --tool=massif ./qtest ``` It would return `Unknown option: --show-leak-kinds=all` In fact, the option `show-leak-kinds` should be called in `memcheck` Just like `memcheck:leak-check=full`
YuXiang authoredAdd memcheck in front of show-leak-kinds While using massif in valgrind, like below ``` valgrind --tool=massif ./qtest ``` It would return `Unknown option: --show-leak-kinds=all` In fact, the option `show-leak-kinds` should be called in `memcheck` Just like `memcheck:leak-check=full`
Loading