From: Matt Corallo Date: Wed, 28 Jul 2021 00:39:47 +0000 (+0000) Subject: If we're leaving binaries around, use -fPIC for ldk_net.o X-Git-Tag: v0.0.99.3~4^2~12 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f06695056524c83a9c875f65bb33643bdc1dd0ad;hp=f06695056524c83a9c875f65bb33643bdc1dd0ad;p=ldk-c-bindings 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. ---