From: Martin Pool Date: Tue, 19 Mar 2002 05:52:34 +0000 (+0000) Subject: Clean up sgml. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/24448f741fdd0d77b5a4aa3d3b0201ded4f5518f 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?