From 24448f741fdd0d77b5a4aa3d3b0201ded4f5518f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 19 Mar 2002 05:52:34 +0000 Subject: [PATCH] Clean up sgml. Add note about building with gcc. --- doc/rsync.sgml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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? -- 2.34.1