Dependencies for zlib-0.6.3.0

library

Flags

Manual Flags

NameDescriptionDefault
non-blocking-ffi

The (de)compression calls can sometimes take a long time, which prevents other Haskell threads running. Enabling this flag avoids this unfairness, but with greater overall cost.

Disabled
pkg-config

Use pkg-config(1) to locate foreign zlib library.

Disabled
bundled-c-zlib

Use the bundled zlib C sources. Requires pkg-config to be False. For windows, this is the default.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info