Skip to content

Is it possible to turn this into a shared library? #420

Closed
@RPGillespie6

Description

I'm really liking this library.

However, my use case is in an embedded ARM environment with limited flash storage. Every time I include this library in an app, it increases the size of the app by ~50KB after stripping.

Is there a way to turn this .hpp into a .so so that I don't have to pay 50KB per app? I was thinking I could just include it into a .cpp file and turn that into a .so, but then I still need a header file that exposes the public APIs.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions