Skip to content

Enable -fkeep-cafs for both static and dynamic builds.

Andreas Klebinger requested to merge wip/andreask/lsp-crash into master

We use a attribute((constructor)) function, but now we make sure the constructor is not discarded for static builds.

Addresses #22417 (closed)

Edited by Andreas Klebinger

Merge request reports