Skip to content

cmake: add -rdynamic flag to fix "undefined symbol" issue starting from ubuntu 26.04#130

Merged
sedmicha merged 1 commit into
masterfrom
fix-undefined-symbol-ubuntu2604
May 19, 2026
Merged

cmake: add -rdynamic flag to fix "undefined symbol" issue starting from ubuntu 26.04#130
sedmicha merged 1 commit into
masterfrom
fix-undefined-symbol-ubuntu2604

Conversation

@sedmicha
Copy link
Copy Markdown
Collaborator

This would happen when loading plugin .so.
This was likely the default before, or it is needed now because of more aggresive linking optimizations.
Either way, according to the docs, it should be used when dealing with exactly this use-case.

#111

…om ubuntu 26.04

This would happen when loading plugin .so.
This was likely the default before, or it is needed now because of more
aggresive linking optimizations.
Either way, according to the docs, it should be used when dealing with
exactly this use-case.
@sedmicha sedmicha merged commit d71435d into master May 19, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant