gcc/clang/valgrind
This commit is contained in:
5
valgrind_notes.txt
Normal file
5
valgrind_notes.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
valgrind \
|
||||
--leak-check=full \
|
||||
--show-leak-kinds=all \
|
||||
--track-origins=yes \
|
||||
./test_app
|
||||
Reference in New Issue
Block a user