Skip to content

Commit

Permalink
chore: Add warning about exported symbols, (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jul 10, 2024
1 parent 5600346 commit 5cb99ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Various CMake options are available to customize the client/server SDK builds.
**Note:** _if building the SDKs as shared libraries, then unit tests won't be able to link correctly since the SDK's C++
symbols aren't exposed. To run unit tests, build a static library._

> [!WARNING]
> When building shared libraries C++ symbols are not exported, only the C API will be exported. This is because C++ does not have a stable ABI.
Basic usage example:

```bash
Expand Down

0 comments on commit 5cb99ae

Please sign in to comment.