Set symbol visibility to hidden in cmake
This reduces the size of the final binary by 12% by not including symbols, and thus function bodies that have been inlined for example.
This reduces the size of the final binary by 12% by not including symbols, and thus function bodies that have been inlined for example.
This will create a new commit in order to revert the existing changes.