mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
5 lines
243 B
Bash
Executable file
5 lines
243 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 ./transmission-daemon -f
|