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
fix: Windows linker flags — no -L/-rpath/-static (MSVC linker)
Clang targeting x86_64-pc-windows-msvc uses MSVC's link.exe which
doesn't understand -L, -Wl,-rpath, or -static. Clear ldflags on
Windows — MSVC runtime is linked automatically.
0 commit comments