Skip to content

Drop old/obsolete symfile

Daniel Kolesa requested to merge q66/exempi:fix-syms into master

This would, at least on some setups, result in actual API symbols missing from the library, because the symfile hasn't been changed for over a decade.

Additionally, it should not be needed anymore as the project appears to use -fvisibility=hidden and actually tag the public API symbols appropriately.

This fixes tests build with LTO (as long as static libs are not disabled) besides other issues.

ref #17

Merge request reports