Skip to content

Instantly share code, notes, and snippets.

@rurumimic
Created July 19, 2025 05:48
Show Gist options
  • Select an option

  • Save rurumimic/1d9b01de76e85e8e82ecf834fd437f9a to your computer and use it in GitHub Desktop.

Select an option

Save rurumimic/1d9b01de76e85e8e82ecf834fd437f9a to your computer and use it in GitHub Desktop.
valgrind
git clone https://sourceware.org/git/valgrind.git
cd valgrind
mkdir dist
./autogen.sh
./configure --prefix=$PWD/dist
bear -- make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment