Skip to content

Commit faa0bfe

Browse files
authored
Merge pull request #461 from josibake/tune-gcc
2 parents 01195c2 + 39984af commit faa0bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/images/bitcoin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex \
4343
&& ./autogen.sh \
4444
&& ./configure \
4545
LDFLAGS=-L`ls -d /opt/db*`/lib/ \
46-
CPPFLAGS=-I`ls -d /opt/db*`/include/ \
46+
CPPFLAGS="-g0 -I`ls -d /opt/db*`/include/ --param ggc-min-expand=1 --param ggc-min-heapsize=32768" \
4747
--prefix=${BITCOIN_PREFIX} \
4848
${BUILD_ARGS} \
4949
&& make -j$(nproc) \

0 commit comments

Comments
 (0)