documentation: Use Bear to generate compilation database

This commit is contained in:
Andreas Stallinger
2016-04-27 14:58:57 +02:00
parent 999522ca20
commit bdf713f078
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ if [ $PLATFORM == "Linux" ] || [ $PLATFORM == "MacOS" ]; then
cd build/Debug && cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" ../..
echo -e $INFO "run cmake with Release configuration"
cd ../Release && cmake -G Xcode -DCMAKE_BUILD_TYPE="Release" ../..
cd ../Release && cmake -G Ninja -DCMAKE_BUILD_TYPE="Release" ../..
fi
echo -e $SUCCESS "setup complete"