Closed 05nelsonm closed 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.
libtor.so
libtor.dylib
tor.dll
See: https://yrom.net/blog/2023/04/19/how-to-explicitly-control-exported-symbols-of-dyamic-shared-libraries/
Current compilation of
libtor.so
,libtor.dylib
andtor.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/