Commit 3451ce2
Fix Windows build: pass --no-keep-memory to linker for large DuckDB lib
MinGW's ld runs out of memory linking DuckDB's large static library.
The --no-keep-memory flag reduces ld's memory usage at the cost of
slower linking.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5ad7fcb commit 3451ce2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments