File: valgrind.sh

package info (click to toggle)
wayvnc 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 412 kB
  • sloc: ansic: 3,278; xml: 1,319; python: 58; sh: 24; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh

valgrind --leak-check=full \
	--show-leak-kinds=all \
	--suppressions=util/valgrind.supp \
	$@