Skip to content
Snippets Groups Projects
Commit db3f82d1 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

chore: use -rdynamic instead of -export-dynamic

It has been observed that on Fedora -export-dynamic triggers some
reincarnation of this bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390

TLDR: it treated leading -e as entrypoint argument so resulting binary
was completely broken, i e there was no main in it and entrypoint was
set to unrelated deregister_tm_clones. Big thanks to @gmoshkin for
finding the solution and to @funbringer for assistance with debugging
parent 423055e2
No related branches found
No related tags found
No related merge requests found
Pipeline #28050 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment