llvm 20 and no too parallel autogen
This commit is contained in:
parent
ed505f8e66
commit
ac5d57887c
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +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
|
cmake-options -G "Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF -DCMAKE_AUTOGEN_PARALLEL=8
|
||||||
|
|
||||||
# Restrict make and ninja to using no more than 8 separate compile jobs even
|
# 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
|
# when more CPU is available, to avoid running out of memory
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
# use new clang
|
# use new clang
|
||||||
let myllvm = llvmPackages_19; in
|
let myllvm = llvmPackages_20; in
|
||||||
|
|
||||||
# clang based dev env
|
# clang based dev env
|
||||||
myllvm.stdenv.mkDerivation {
|
myllvm.stdenv.mkDerivation {
|
||||||
|
@ -31,7 +31,7 @@ export QT_QUICK_CONTROLS_STYLE_PATH=~/projects/kde/usr/lib/qml/QtQuick/Controls.
|
||||||
bison
|
bison
|
||||||
boost
|
boost
|
||||||
bzip2
|
bzip2
|
||||||
clang-tools_19
|
clang-tools_20
|
||||||
cmake
|
cmake
|
||||||
ctags
|
ctags
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue