FreeBSD: do not strip binaries
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 6 Nov 2021 14:53:48 +0000 (14:53 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 6 Nov 2021 14:53:48 +0000 (14:53 +0000)
Reverses commit 4a23603b53

doc/doc-txt/ChangeLog
src/OS/Makefile-FreeBSD

index d38163be55f1a5ed3936731c97eaf54c324b524b..a5712fce83fc8a6f816c0e76bf8da9bcbfd2b9ca 100644 (file)
@@ -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
 -----------------
index d550fb764929091af2650d9cc456b2b9aaebf7ca..02253d9c6a7ae924285e1e25397a7db329d3bffb 100644 (file)
@@ -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