mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
5 lines
250 B
Bash
Executable file
5 lines
250 B
Bash
Executable file
#/bin/sh
|
|
export G_SLICE=always-malloc
|
|
export G_DEBUG=gc-friendly
|
|
export GLIBCXX_FORCE_NEW=1
|
|
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=64 --log-file=x-valgrind --show-reachable=yes ./qtr -r http://localhost:9091/
|