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 is caused by a dub v1.30 change. See dlang/dub#2660 (comment) for some context; you'd currently need to build the DLL with env var DFLAGS=-fvisibility=hidden -dllimport=none (none because you have -link-defaultlib-shared=false).
Most recent LDC2 versions fail to build on windows while this worked for years.
Here is how to reproduce
To get a huge amount of lld-link error messages.
As noted in the project-specific issue Apparently the problem started from v1.31.0
I dont say this is a bug in the toolchain... but at least that this is a breaking change that I cant handle, so any help would be welcome
The text was updated successfully, but these errors were encountered: