Skip to content

Enable the usage of -Bsymbolic-functions

Aleix Pol Gonzalez requested to merge work/build-bsymbolic into master

Checks if the compiler supports it and if so it enables it by default.

This is useful as it allows to perform internal linking operations at build time that otherwise would have been delayed until process startup time.


Rebuilt all KDE software on my system with it and seems to be working fine.

Edited by Aleix Pol Gonzalez

Merge request reports