kemalcr / kemal

Fast, Effective, Simple Web Framework
https://kemalcr.com
MIT License
3.65k stars 189 forks source link

helpers: Support building without_zlib #667

Closed valpackett closed 1 year ago

valpackett commented 1 year ago

Description of the Change

Respect the without_zlib build flag, like the stdlib itself does.

Alternate Designs

:woman_shrugging:

Benefits

Makes it possible to avoid a zlib dependency. My current use case is actually building for WebAssembly.

Possible Drawbacks

None? :smile: