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 649e3ae commit b6e4bc6Copy full SHA for b6e4bc6
resources/images/bitcoin/insecure/Dockerfile
@@ -110,7 +110,7 @@ RUN --mount=type=cache,target=/ccache \
110
&& ./autogen.sh \
111
&& ./configure \
112
LDFLAGS=-L`ls -d /opt/db*`/lib/ \
113
- CPPFLAGS="-g0 -I`ls -d /opt/db*`/include/ --param ggc-min-expand=1 --param ggc-min-heapsize=32768" \
+ CPPFLAGS="-I`ls -d /opt/db*`/include/ --param ggc-min-expand=1 --param ggc-min-heapsize=32768" \
114
--prefix=${BITCOIN_PREFIX} \
115
${BUILD_ARGS} \
116
${EXTRA_BUILD_ARGS} \
0 commit comments