|
|
|
|
|
by eatonphil
1491 days ago
|
|
I've been beating my head trying to get duckdb to statically link into a Go program (I'm neither an expert with cgo nor ld). If anyone else has been able to do this I'd love to see your build steps. https://github.com/marcboeker/go-duckdb produces a non-static binary by default. |
|
https://stackoverflow.com/questions/33228809/why-is-my-go-ap...