kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Create static lib with all dependencies bundled

Open mewim opened this issue 5 months ago • 2 comments

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.

mewim avatar Aug 26 '24 02:08 mewim