This commit is contained in:
Lauri Räsänen 2021-07-24 16:42:22 +03:00
commit b138a33a71
107 changed files with 10966 additions and 0 deletions

5
proc/linux/valgrind.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd bin
valgrind --leak-check=full --track-origins=yes ./game 2>&1 | tee valgrind.txt
echo "log saved to valgrind.txt"