Skip to content

Commit

Permalink
dockerfile: try --no-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 2, 2024
1 parent 7cc78a3 commit 2b9593e
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 @@ -49,7 +49,7 @@ RUN ls -l /data/*; \
# cat auto/cc/gcc |grep CFLAGS; \
# sbin/nginx: 13M > 5.9M
sed -i "s^CFLAGS\=\"\$CFLAGS\ \-g\"^#CFLAGS=\"\$CFLAGS \-g\"^g" auto/cc/gcc; \
./configure \
./configure --no-tests \
--with-cc-opt="-static" \
--with-ld-opt="-static" \
--with-cpu-opt="generic" \
Expand Down

0 comments on commit 2b9593e

Please sign in to comment.