We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c456ac commit faafd93Copy full SHA for faafd93
createrelease
@@ -13,6 +13,9 @@
13
# make clean && make CXXFLAGS=-O2 MATCHCOMPILER=yes -j4
14
# ./cppcheck -D__CPPCHECK__ -D__GNUC__ -DCHECK_INTERNAL -DHAVE_RULES --std=c++11 --library=cppcheck-lib --library=qt --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h --suppress=functionConst --suppress=functionStatic --xml cli gui/*.cpp lib 2> selfcheck.xml
15
#
16
+# Generate lib/checkers.cpp (TODO the premium checkers should not be statically coded)
17
+# cd ~/cppchecksolutions/cppcheck && python3 tools/get_checkers.py > lib/checkers.cpp
18
+#
19
# Update translations
20
# lupdate gui.pro
21
0 commit comments