carrow icon indicating copy to clipboard operation
carrow copied to clipboard

Link statically with arrow

Open tebeka opened this issue 5 years ago • 3 comments

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

tebeka avatar Apr 03 '19 09:04 tebeka