You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use --eh-frame-hdr on linux-musl target & ld.lld linker flavour
The --eh-frame-hdr is necessary for unwinding but not enabled by default
when using ld.lld linker flavour. Enable it to match existing behaviour
for gcc linker flavour.
0 commit comments