Skip to content
Snippets Groups Projects
Commit e71c8801 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

more generic scan-build script

parent b66f4cfc
No related branches found
No related tags found
No related merge requests found
......@@ -25,15 +25,13 @@ CHECKERS="\
-enable-checker security.insecureAPI.strcpy
"
/opt/clang-3.4/bin/scan-build/scan-build \
scan-build \
$CHECKERS \
--use-analyzer=/opt/clang-3.4/bin/clang \
./configure
/opt/clang-3.4/bin/scan-build/scan-build \
scan-build \
$CHECKERS \
--use-analyzer=/opt/clang-3.4/bin/clang \
make -j2
make -j2 -k
# Haven't tried this yet.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment