X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9ec5422c37fb38725523c8617df403954beb61dc..6aaf8d8c1041b524d985bf09b9a3f5e371cf8ac2:/doc/rsync.sgml 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?