gmsh: enable parallel building

This commit is contained in:
Ben Gamari
2023-01-06 15:21:44 -05:00
parent 0af966f368
commit 4ed69ca095
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
xorg.libICE
];
enableParallelBuilding = true;
# N.B. the shared object is used by bindings
cmakeFlags = [
"-DENABLE_BUILD_SHARED=ON"