title: C/C++ Tools breadcrumbs:
strip <executable>
TODO
Arch: sudo pacman -S valgrind (and maybe source /etc/profile.d/debuginfod.sh)
sudo pacman -S valgrind
source /etc/profile.d/debuginfod.sh
TODO valgrind --leak-check=full <app>
valgrind --leak-check=full <app>
{% include footer.md %}