Last active
December 22, 2017 10:18
-
-
Save jdmichaud/7394020f36ddf2d8a301dd3fa032c844 to your computer and use it in GitHub Desktop.
Command to launch the static analyzer valgrind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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