Skip to content

Commit

Permalink
minor cppcheck speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Oct 27, 2023
1 parent 289fd9c commit 45069f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/bin/install_cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd "$INSTALL_DIR"
git clone --branch 2.3 --depth 1 https://github.com/danmar/cppcheck.git cppcheck-src
cd cppcheck-src

make -j $JOBS
make MATCHCOMPILER=yes -j $JOBS

mv cppcheck ..
mv cfg ..
Expand Down

0 comments on commit 45069f4

Please sign in to comment.