From: Martin Pool Date: Tue, 19 Mar 2002 05:52:34 +0000 (+0000) Subject: Clean up sgml. X-Git-Tag: v2.5.5.rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24448f741fdd0d77b5a4aa3d3b0201ded4f5518f;p=thirdparty%2Frsync.git Clean up sgml. Add note about building with gcc. --- diff --git a/doc/rsync.sgml b/doc/rsync.sgml index 06719fab..09f826e6 100644 --- a/doc/rsync.sgml +++ b/doc/rsync.sgml @@ -253,10 +253,27 @@ running rsync giving the network directory. + + + + Why is rsync so much bigger when I build it with + gcc? + + + + + On gcc, rsync builds by default with debug symbols + included. If you strip both executables, they should end + up about the same size. (Use make + install-strip.) + + + + - Is rsync useful for a single large file like an ISO image? + Is rsync useful for a single large file like an ISO image?