gaussianrecurrence commented on pull request #700: URL: https://github.com/apache/geode-native/pull/700#issuecomment-733946173
> > * Take into account that for OS like Linux, Mac... in addition to exporting > > the symbols in the application, you would need to specify `-rdynamic` > > option while compiling. > > This might make great example with corresponding CMake configuration. I've found out that CMake support exposing executable symbols by setting ENABLE_EXPORTS=1 property to the executable target. I've used it on IT, so it could serve as an example. If you think it should be stated more explicitly somewhere else, please let me know :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
