StephanTLavavej / mingw-distro

MinGW distro build scripts.
502 stars 55 forks source link

zlib.patch is unnecessary #11

Closed StephanTLavavej closed 8 years ago

StephanTLavavej commented 9 years ago

Increasing zlib's TOO_FAR improves compression efficiency with minor performance costs. It would be nice if this could be configured, instead of header-hacked. (Alternatively, I suppose I could define TOO_FAR whenever using zlib.)

StephanTLavavej commented 8 years ago

Actually, it's in deflate.c, and it already has an #ifndef, so I can define it while compiling instead of patching, and users don't need to define it at all. Duh.