Skip to content

sc_puff should not be exported #153

@StefanBruens

Description

@StefanBruens

Currently, the sc_puff symbol is exported, even when it is completely unused (i.e. when using zlib).

  1. sc_puff.c should not be included in the library when using zlib
  2. sc_puff should never be exported from the shared library ("visibility hidden")
  3. The sc_builtin/puff.h header file should be removed from the sources (completely unused)
  4. The sc_puff.h header file should not be installed, and probably moved to the sc_builtin directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions