use more of my cpus
This commit is contained in:
parent
2264da520b
commit
ed509c340e
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue