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
These days mingw by default produces binaries that depend on
libgcc-sjlj-1.dll, which defeats the whole historical point of mingw
(produce vanilla win32 binaries with no GNU stuff).
Add a hack to link with -static-libgcc, which avoids the problem.
0 commit comments