gcc/clang/valgrind
This commit is contained in:
6
gcc-clang-checks.txt
Normal file
6
gcc-clang-checks.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
-Wall
|
||||
-Wextra
|
||||
-Wpedantic
|
||||
-Wshadow
|
||||
-Wconversion
|
||||
-fsanitize=address
|
||||
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