diff --git a/utilities/install-cppcheck.sh b/utilities/install-cppcheck.sh index a12a6c8c20876f8a08e43f14907ed2537258bade..c52f56768bf3cb771e4b5184341b0291724e3758 100755 --- a/utilities/install-cppcheck.sh +++ b/utilities/install-cppcheck.sh @@ -4,9 +4,10 @@ # !/usr/bin/env bash set -e +git config http.postBuffer 52428800 cd /tmp git clone https://github.com/danmar/cppcheck.git -cd cppcheck +cd cppcheck git checkout 2.10.3 make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function" install cd /tmp