I am using Golang with C-bindings to use this lib, but I also want to compile static binary. There is shared version /usr/local/lib/libtdjson.so, but there is no static one. I tried to use libtdjson_static.a, but seems like this is works for C++ only.