mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-04-23 15:16:57 -04:00
3 lines
136 B
Text
3 lines
136 B
Text
|
|
#!/bin/bash
|
||
|
|
valgrind --tool=memcheck --error-limit=no --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $*
|