gcc/clang/valgrind

This commit is contained in:
2026-03-13 16:39:21 -04:00
parent f95f1a7248
commit 4d5173caa1
2 changed files with 11 additions and 0 deletions

6
gcc-clang-checks.txt Normal file
View File

@@ -0,0 +1,6 @@
-Wall
-Wextra
-Wpedantic
-Wshadow
-Wconversion
-fsanitize=address

5
valgrind_notes.txt Normal file
View File

@@ -0,0 +1,5 @@
valgrind \
--leak-check=full \
--show-leak-kinds=all \
--track-origins=yes \
./test_app