-
-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Labels
Description
If I remember correctly, we currently build the binary releases in static library mode. Since Linux shared library support should be stable now (at least not introduce any bugs over the static version), we should probably default to it starting with the next release (i.e. in master now).
Another thing to consider is that some people might still want to do static builds e.g. for ease of deployment, so we might need to spice up the build system a little to provide both static and shared builds.
Reactions are currently unavailable