You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/12/08 07:08:50 UTC

[GitHub] [qpid-dispatch] jiridanek commented on pull request #1413: DISPATCH-2272 Mark all functions called from Python with QD_EXPORT

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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org