summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-08-05 10:50:08 -0400
committerAndrew Opalach <andrew@akon.city> 2025-08-05 10:50:08 -0400
commit2cc385b71e161eae39915bf24de53d5b704e7ea0 (patch)
tree0e5ee2dd01b87944b6401ffbb72e5232af5e2767 /scripts
parente0fcbf0910b52a6e66eb733a2850ec58a53cf0e3 (diff)
downloadcamu-2cc385b71e161eae39915bf24de53d5b704e7ea0.tar.gz
camu-2cc385b71e161eae39915bf24de53d5b704e7ea0.tar.bz2
camu-2cc385b71e161eae39915bf24de53d5b704e7ea0.zip
Twitter module work, various cleanups
and comment clarifications Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_valgrind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh
index c6ccd3d..c49d561 100755
--- a/scripts/run_valgrind.sh
+++ b/scripts/run_valgrind.sh
@@ -3,3 +3,4 @@ source ../scripts/python_env
#valgrind --leak-check=full --show-leak-kinds=definite ./src/fruits/cmv/cmv "$@"
valgrind --leak-check=full --show-leak-kinds=all ./src/fruits/cmv/cmv "$@"
#valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@"
+#valgrind --tool=callgrind ./src/fruits/cmv/cmv "$@"