05nelsonm / kmp-tor-resource

Tor resources for kmp-tor
Apache License 2.0
3 stars 0 forks source link

Add export visibility to shared lib #77

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

Current compilation of libtor.so, libtor.dylib and tor.dll have default visibility in order to link against it. This is not ideal as loading the lib is slow, and the size of the binary is large. Need to tighten it up.

See: https://yrom.net/blog/2023/04/19/how-to-explicitly-control-exported-symbols-of-dyamic-shared-libraries/