Quiet builds and disable unity build

This commit is contained in:
Michael Legleux
2021-12-16 20:18:58 -08:00
committed by manojsdoshi
parent e28989638d
commit d02f0e11c5
4 changed files with 15 additions and 17 deletions

View File

@@ -22,7 +22,6 @@ time cmake \
-Dpackages_only=ON \
-Dcontainer_label="${container_tag}" \
-Dhave_package_container=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-G Ninja ../..
time cmake --build . --target ${pkgtype} -- -v
time cmake --build . --target ${pkgtype}