kuzu
kuzu copied to clipboard
Create static lib with all dependencies bundled
API
C++
Description
Currently the build process generates a static archive file libkuzu.a
, but it does not contain all third-party libraries. We do not publish the static archive for now, and our dynamic lib does contain all the third-party libraries. However, Go apps prefer static linking. It is better to provide static library with everything bundled for it.