Skip to content

Instantly share code, notes, and snippets.

@jdmichaud
Last active December 22, 2017 10:18
Show Gist options
  • Save jdmichaud/7394020f36ddf2d8a301dd3fa032c844 to your computer and use it in GitHub Desktop.
Save jdmichaud/7394020f36ddf2d8a301dd3fa032c844 to your computer and use it in GitHub Desktop.
Command to launch the static analyzer valgrind
valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all ${prog} ${args}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment