Skip to content

Commit

Permalink
Merge pull request #45484 from ejpcmac/erlang-parallel-building
Browse files Browse the repository at this point in the history
erlang: Enable parallel building
  • Loading branch information
LnL7 committed Aug 22, 2018
2 parents f3bf961 + cd69138 commit 488f6a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/interpreters/erlang/generic-builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ in stdenv.mkDerivation ({

debugInfo = enableDebugInfo;

enableParallelBuilding = true;

# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
prePatch = ''
substituteInPlace lib/wx/c_src/wxe_impl.cpp --replace 'temp > NULL' 'temp != NULL'
Expand Down

0 comments on commit 488f6a2

Please sign in to comment.