Improvements for script scan-build.sh.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-08 18:56:25 +02:00
parent ae7041935b
commit 7ffef9725e

View File

@ -5,5 +5,5 @@ cd ..
rm -rfv build rm -rfv build
mkdir build mkdir build
cd build cd build
qmake ../Valentina.pro -r -spec linux-clang qmake ../Valentina.pro -r -spec linux-clang CONFIG+=debug
scan-build --use-cc clang --use-c++ clang++ make -j4 scan-build --use-cc clang --use-c++ clang++ make -j$(nproc)