mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
6 lines
164 B
Text
6 lines
164 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# G_SLICE=always-malloc G_DEBUG=gc-friendly \
|
||
|
|
|
||
|
|
valgrind --tool=helgrind --track-lockorders=yes --history-level=full --conflict-cache-size=1000000 "$@"
|