lncm / docker-bitcoind

Flexible multi-arch (amd & amd64) Bitcoin Core Docker image
https://hub.docker.com/r/lncm/bitcoind
MIT License
102 stars 34 forks source link

Optimize C flags #47

Closed AaronDewes closed 3 years ago

AaronDewes commented 3 years ago

Removing the debug info like https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#memory-requirements makes the compile use less memory and potentially faster, as well as reducing the final size a bit. @nolim1t Can you add this when releasing 0.22?

nolim1t commented 3 years ago

Thanks I'll take a look.

Maybe the next version of 0.21.X I'll consider adding those switches.

nolim1t commented 3 years ago

Hi, please try lncm/bitcoind:v0.21.0-arm64v8-build21

I've also included in the sqlite stuff too

AaronDewes commented 3 years ago

Thanks, I'll try it.