treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -41,8 +41,6 @@ stdenv.mkDerivation rec {
|
||||
"-DCUDA_HOST_COMPILER=${cudatoolkit.cc}/bin/cc"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = "rm $out/lib/*.a";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user