Skip to content

Commit

Permalink
xmlrpc-c: Remove unused code
Browse files Browse the repository at this point in the history
This commit removes unused code from the xmlrpc-c compile to reduce the binary size.
  • Loading branch information
stickz authored Oct 1, 2024
1 parent 020c5bc commit 55efaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN tree ${DIST_PATH}

WORKDIR /usr/local/src/xmlrpc
COPY --from=src-xmlrpc /src .
RUN ./configure --disable-wininet-client --disable-libwww-client --disable-cplusplus
RUN ./configure --disable-wininet-client --disable-libwww-client --disable-cplusplus --disable-abyss-server --disable-cgi-server
RUN make -j$(nproc) CFLAGS="-w -O3 -flto" CXXFLAGS="-w -O3 -flto"
RUN make install -j$(nproc)
RUN make DESTDIR=${DIST_PATH} install -j$(nproc)
Expand Down

0 comments on commit 55efaa0

Please sign in to comment.