Skip to content

Hide all symbols except for the Python module entry point

This should improve the efficiency of the code that is produced when link-time optimization is enabled.

See https://gcc.gnu.org/wiki/Visibility.

Merge request reports