We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29525cf commit 87ea1ffCopy full SHA for 87ea1ff
resources/images/bitcoin/Dockerfile
@@ -43,7 +43,7 @@ RUN set -ex \
43
&& ./autogen.sh \
44
&& ./configure \
45
LDFLAGS=-L`ls -d /opt/db*`/lib/ \
46
- CPPFLAGS=-I`ls -d /opt/db*`/include/ \
+ CPPFLAGS="-g0 -I`ls -d /opt/db*`/include/ --param ggc-min-expand=1 --param ggc-min-heapsize=32768" \
47
--prefix=${BITCOIN_PREFIX} \
48
${BUILD_ARGS} \
49
&& make -j$(nproc) \
0 commit comments