Valgrind can generate suppression file, but it contains absolute paths to libraries by default. But I want to share this suppression file between multiple computers, my project may be stored on different paths.
How can I specify relative paths to libraries in .supp file?
The documentation says:
Therefore, you can use wildcards and specify relative paths.
For an inspiration see the default suppression file shipped with valgrind (on my computer it is at
/usr/lib/valgrind/default.supp), or various*.suppfiles on the git mirror.