From: Jeremy Harris Date: Sat, 6 Nov 2021 14:53:48 +0000 (+0000) Subject: FreeBSD: do not strip binaries X-Git-Tag: exim-4.96-RC0~138 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/96bf6859ea5c042605edd208ff7ce557b73454f2?ds=sidebyside FreeBSD: do not strip binaries Reverses commit 4a23603b53 --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d38163be5..a5712fce8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -32,6 +32,10 @@ JH/07 Change the SMTP feature name for pipelining connect to be compliant with RFC 5321. Previously Dovecot (at least) would log errors during submission. +JH/08 Remove stripping of the binaries from the FreeBSD build. This was added + in 4.61 without a reason logged. Binaries will be bigger, which might + matter on diskspace-constrained systems, but debug is easier. + Exim version 4.95 ----------------- diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index d550fb764..02253d9c6 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -2,7 +2,7 @@ # Copyright (c) The Exim Maintainers 2020 CHOWN_COMMAND=/usr/sbin/chown -STRIP_COMMAND=/usr/bin/strip +#STRIP_COMMAND=/usr/bin/strip CHMOD_COMMAND=/bin/chmod