If we're leaving binaries around, use -fPIC for ldk_net.o
authorMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 00:39:47 +0000 (00:39 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 00:46:31 +0000 (00:46 +0000)
commitf06695056524c83a9c875f65bb33643bdc1dd0ad
tree12086179beff28c8e59fe6a559dad5fae217fea7
parent7ec48f29e4b2565bd1230611d069077e4ea15129
If we're leaving binaries around, use -fPIC for ldk_net.o

This is needed if downstream projects want to just take our
ldk_net.o binary and link them in directly, eg with addrsan to
avoid figuring out exact compile flags.
genbindings.sh