When using Clang as well, to build the shared library in a non-debug configuration. The default visibility is set to hidden and symbols are not exported.
Commenting out line 171 in CMakeLists.txt fixes this
Is there another part of the build script that should be exporting these symbols despite the default hidden visibility? I more or less want some more information for the expected behaviour before I submit a pull request.
