Merge pull request #108300 from siraben/parallel-cmake

treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
John Ericson
2021-01-03 13:22:09 -05:00
committed by GitHub
378 changed files with 15 additions and 724 deletions

View File

@@ -43,7 +43,6 @@ with stdenv; mkDerivation rec {
++ (lib.optional enableGui qtbase)
++ (lib.optional stdenv.cc.isClang llvmPackages.openmp);
enableParallelBuilding = true;
cmakeFlags =
[ "-DCURRENT_GIT_VERSION=${lib.substring 0 7 (lib.elemAt srcs 0).rev}"
"-DARCH=generic;ice40;ecp5"