diff options
author | Sven Gothel <[email protected]> | 2020-09-29 18:24:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-29 18:24:46 +0200 |
commit | b002fcc169ee9751dd45daf939d6b9a69e44f01a (patch) | |
tree | c6a16e9149a35e670b2fd892ca5e305a2d9e0ed9 /scripts/run-dbt_scanner10.sh | |
parent | f03c57b88c9053d730e1f6767f6b305865a54049 (diff) |
run-dbt-scanner10.sh: Add commented out VALGRIND option
Diffstat (limited to 'scripts/run-dbt_scanner10.sh')
-rw-r--r-- | scripts/run-dbt_scanner10.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/run-dbt_scanner10.sh b/scripts/run-dbt_scanner10.sh index fec0c9be..8d0de1e1 100644 --- a/scripts/run-dbt_scanner10.sh +++ b/scripts/run-dbt_scanner10.sh @@ -27,5 +27,8 @@ echo COMMANDLINE $0 $* echo direct_bt_debug $direct_bt_debug echo direct_bt_verbose $direct_bt_verbose +# VALGRIND="valgrind --leak-check=full --run-cxx-freeres=yes" +# VALGRIND="valgrind --leak-check=yes" + #LD_LIBRARY_PATH=`pwd`/lib strace bin/dbt_scanner10 $* -LD_LIBRARY_PATH=`pwd`/lib bin/dbt_scanner10 $* +LD_LIBRARY_PATH=`pwd`/lib $VALGRIND bin/dbt_scanner10 $* |