samskalicky commented on pull request #19241: URL: https://github.com/apache/incubator-mxnet/pull/19241#issuecomment-703778269
I dont think we want to exclude all symbols when building the libmxnet.so, thats why we have the version script. We need to expose some symbols in order to improve the C/C++ building flow and support external components in the future. So making this change will make it harder in the future. Whats the rationale behind switching from version script to exclude all? ---------------------------------------------------------------- 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]
