Skip to content

Instantly share code, notes, and snippets.

@GermanAizek
Last active June 27, 2024 15:01
Show Gist options
  • Save GermanAizek/eea8a6f20446f91a8c736d5b43eb5d3e to your computer and use it in GitHub Desktop.
Save GermanAizek/eea8a6f20446f91a8c736d5b43eb5d3e to your computer and use it in GitHub Desktop.
PVS Studio analyze Makefile script on Linux
# configure project
pvs-studio-analyzer trace -- make -j6
pvs-studio-analyzer analyze -o PVS.log -j6 -a "GA;64;OP"
# open PVS.log in IDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment