qt5.mkDerivation: default enableParallelBuilding = true

This commit is contained in:
Thomas Tuegel 2017-11-10 09:23:13 -06:00
parent 4f72831934
commit 3729b77531
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -21,7 +21,7 @@ let
(if debug then "-DCMAKE_BUILD_TYPE=Debug"
else "-DCMAKE_BUILD_TYPE=Release");
enableParallelBuilding = args.enableParallelBuilding or false;
enableParallelBuilding = args.enableParallelBuilding or true;
};
in