launchdarkly / cpp-sdks

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

ci: allow example cpp apps to be dynamically linked #430

Closed cwaldren-ld closed 3 months ago

cwaldren-ld commented 3 months ago

With the addition of the new LD_BUILD_EXPORT_ALL_SYMBOLS, we can easily build & run the hello-cpp-* binaries in CI.

Although we don't build these libs for distribution (could cause ABI issues), building them from source in this type of configuration should be supported and tested.