Skip to content

Commit

Permalink
image: don't build vulnerable in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Oct 7, 2024
1 parent caef059 commit a058022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/images/bitcoin/insecure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN --mount=type=cache,target=/ccache \
&& ./autogen.sh \
&& ./configure \
LDFLAGS=-L`ls -d /opt/db*`/lib/ \
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" \
--prefix=${BITCOIN_PREFIX} \
${BUILD_ARGS} \
${EXTRA_BUILD_ARGS} \
Expand Down

0 comments on commit a058022

Please sign in to comment.