Commit a3975c37 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

ht: enable parallel building

On my machine the build speeds up from 44s to 9s. About ~4.5x.
parent f00d64a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ stdenv.mkDerivation (finalAttrs: {
    "CFLAGS=-std=gnu17"
  ];

  enableParallelBuilding = true;

  meta = {
    description = "File editor/viewer/analyzer for executables";
    homepage = "https://hte.sourceforge.net";