Currently, the sc_puff symbol is exported, even when it is completely unused (i.e. when using zlib).
- sc_puff.c should not be included in the library when using zlib
- sc_puff should never be exported from the shared library ("visibility hidden")
- The
sc_builtin/puff.h header file should be removed from the sources (completely unused)
- The
sc_puff.h header file should not be installed, and probably moved to the sc_builtin directory
Currently, the
sc_puffsymbol is exported, even when it is completely unused (i.e. when using zlib).sc_builtin/puff.hheader file should be removed from the sources (completely unused)sc_puff.hheader file should not be installed, and probably moved to the sc_builtin directory