You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support macosx (.dylib), windows (.dll), linux (.so). It will use *.def, version scripts .map/.ver and -export_symbols_list to export them automatically.
We can use it to reduce the size of the dynamic library and export only the symbols we need.
Support macosx (.dylib), windows (.dll), linux (.so). It will use
*.def
, version scripts.map/.ver
and-export_symbols_list
to export them automatically.We can use it to reduce the size of the dynamic library and export only the symbols we need.
project example: https://github.com/xmake-io/xmake/tree/dev/tests/projects/c/shared_library_export_list
Export the given symbols list in xmake.lua
Export the given symbols list in
*.export.txt
fileExport all symbols
#1123 (comment)
The text was updated successfully, but these errors were encountered: