carrow
carrow copied to clipboard
Link statically with arrow
Currently we link with arrow shared library:
$ go test -c
$ ldd carrow.test | grep arrow
libarrow.so.13 => /usr/lib/x86_64-linux-gnu/libarrow.so.13 (0x00007f0acdaee000)
We should statically link with libarrow.a
to enable easier distribution, see #11