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 build: use lld linker instead of MinGW ld
MinGW's ld runs out of memory (exit code 5) linking DuckDB's large
static library. Switch to LLVM's lld which handles large binaries
efficiently.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments