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)
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.


No differences found