Closed
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.