jiridanek commented on pull request #1413: URL: https://github.com/apache/qpid-dispatch/pull/1413#issuecomment-988555109
Regarding the usefulness of QD_EXPORT even on Linux: It would provide a way to build dispatch code into a static library. Currently that is not workable because compiler/linker would eliminate functions it seems unused. Adding a suitable ` __attribute__` would mark the functions so that they are not dropped. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
