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
this seems to be an artifact of #39. It's unclear if its actually harmful but it is a it off putting. Let's see if we can't figure out what it makes and address
The text was updated successfully, but these errors were encountered:
Ended up here trying to fix my own issue. FWIW it means the debuglink hasn't been added. It seems lld sometimes takes a debuglink from the system runtime which prevents the one you want from being added. You can fix it by adding --remove-section=.gnu_debuglink before the --add-gnu-debuglink=....
this seems to be an artifact of #39. It's unclear if its actually harmful but it is a it off putting. Let's see if we can't figure out what it makes and address
The text was updated successfully, but these errors were encountered: