arreglos en linux_utils

This commit is contained in:
2025-07-18 15:52:20 +02:00
parent 2aaba7938c
commit 14e2e4bb74
9 changed files with 60 additions and 2 deletions

4
linux_utils/run_valgrind.sh Normal file → Executable file
View File

@@ -2,5 +2,5 @@
valgrind --suppressions=valgrind_exceptions \
--leak-check=full \
~/coffee_crisis_arcade_edition/coffee_crisis_arcade_edition_debug \
> ~/coffee_crisis_arcade_edition/debug.txt 2>&1
~/gitea/coffee_crisis_arcade_edition/coffee_crisis_arcade_edition \
> ~/gitea/coffee_crisis_arcade_edition/linux_utils/valgrind_out.txt 2>&1