use more of my cpus

This commit is contained in:
Christoph Cullmann 2025-06-15 16:40:30 +02:00
parent 2264da520b
commit ed509c340e
No known key found for this signature in database

View file

@ -3,12 +3,7 @@ global
branch-group kf6-qt6 branch-group kf6-qt6
# we want ninja, turn off some Qt 5 things to have less dependencies # we want ninja, turn off some Qt 5 things to have less dependencies
cmake-options -G "Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF -DBUILD_PYTHON_BINDINGS=OFF -DCMAKE_AUTOGEN_PARALLEL=8 cmake-options -G "Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF -DBUILD_PYTHON_BINDINGS=OFF
# Restrict make and ninja to using no more than 8 separate compile jobs even
# when more CPU is available, to avoid running out of memory
make-options -j8 NINJAFLAGS=-j8
ninja-options -j8
# clangd tooling # clangd tooling
compile-commands-export yes compile-commands-export yes