dxc-technology / Hanlon-Microkernel

A small (in-memory) Microkernel used by the Hanlon server for discovery of new nodes
Other
20 stars 21 forks source link

Reduce compression from insane level #21

Closed hh closed 8 years ago

hh commented 9 years ago

Reduced build time by nearly three minutes and doesn't change the size more than 250kb

   -4, --shrink-insane
          Set the compression level to "insane" using the zopfli compressor.  You can define the compressor iterations with the -i, --iter option.

   -2, --shrink-normal
          Set the compression level to "normal" using the 7z compressor.  This is the default level of compression.
tjmcs commented 8 years ago

Given recent changes to this project (which moved from a TCL-based Microkernel to a Docker-based Microkernel), I'm going to close this PR out as no longer relevant (it's focus is on modifications to the build process for an ISO we're no longer building). Thanks for the input, @hh, and apologies for the delays in revisiting this PR.