Static linking at last!
We enabled support to statically link against the most annoying libraries we were depending on.
From now on, binary releases are statically linked to:
- protobuf
- abseil (libabsl), direct dependency of modern protobuf
- cmark-gfm
- minizip
Support to statically link other tiny libs will be added soon.
The default behavior when compiling from source is still to use the system libraries.
This should make distributing the binaries way easier.
What's Changed
- build(cmake): allow to statically link to protobuf and abseil by @aurelien-brabant in #148
Full Changelog: v0.7.1...v0.7.2