lemire / streamvbyte

Fast integer compression in C using the StreamVByte codec
Apache License 2.0
374 stars 37 forks source link

Remove streamvbyte_static and explicit shared/static specification #54

Closed victor1234 closed 1 year ago

victor1234 commented 1 year ago

CMake has own BUILD_SHARED_LIBS flag which allows to choose between static/shared library creation. So no need to specify it explicitly. Moreover it creates problems when using stremvbyte as a dependency.

lemire commented 1 year ago

Merged.