• M
    Add a ./config --solo option to make zlib subset with no libary use · f442c1e8
    Mark Adler 提交于
    A common request has been the ability to compile zlib to require no
    other libraries.  This --solo option provides that ability.  The price
    is that the gz*, compress*, and uncompress functions are eliminated,
    and that the user must provide memory allocation and free routines to
    deflate and inflate when initializing.
    f442c1e8
configure 18.0 KB