Skip to content
Snippets Groups Projects
Commit 546b55ce authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

faster cppcheck

Changed flags for cppcheck so that it is optimized
parent d6e6b3bf
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ fi ...@@ -17,7 +17,7 @@ fi
git checkout $tag git checkout $tag
sudo make -j 4 install CFGDIR=/usr/share/cppcheck/ sudo make -j 4 install CFGDIR=/usr/share/cppcheck/ CXXFLAGS="-O2 -march=native -mtune=native -Wunreachable-code"
cd ../ cd ../
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