paleolimbot commented on issue #718: URL: https://github.com/apache/arrow-nanoarrow/issues/718#issuecomment-2716433497
I opened #719 as a bigger change to use separate targets for the shared case (which is what I see tiny libs like `zstd` doing instead of just relying on a global CMake state to choose), but I think you can also do `-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE`. I don't have a lot of experience with that one, but we keep a tight lid on symbols (e.g., we allow namespacing to rename all of them and test that in CI) and there aren't any internal ones that shouldn't be used. No pressure, but the PR would benefit from your 👀 if you have a minute! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
