launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

build: add LD_BUILD_EXPORT_SYMBOLS option to export all symbols #420

Open puncha opened 1 month ago

puncha commented 1 month ago

Address the issue https://github.com/launchdarkly/cpp-sdks/issues/411.

A new CMake option, LD_BUILD_EXPORT_SYMBOLS, exports all symbols, including CPP and C APIs. It is set to OFF by default.