[lfs] branch trunk updated: stripping: Decorate with XML labels
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <174616090749.11519.12385185751885189226@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new cbdfdd32f stripping: Decorate with XML labels
cbdfdd32f is described below
commit cbdfdd32fdd7ead208c2bb0fb98b514746689fc0
Author: Xi Ruoyao <[email protected]>
AuthorDate: Fri May 2 12:41:33 2025 +0800
stripping: Decorate with XML labels
---
chapter08/stripping.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/chapter08/stripping.xml b/chapter08/stripping.xml
index b1f88f33a..45da34cda 100644
--- a/chapter08/stripping.xml
+++ b/chapter08/stripping.xml
@@ -29,10 +29,12 @@
needed by the linker (for static libraries) or dynamic linker (for
dynamically linked binaries and shared libraries). Using
<parameter>--strip-debug</parameter> does not remove symbol table entries
- that may be needed by some applications. The difference between "unneeded"
- and "debug" is very small. For example, an unstripped libc.a is 22.4 MB.
- After stripping with --strip-debug it is 5.9 MB. Using --strip-unneeded only
- reduces the size further to only 5.8 MB.</para>
+ that may be needed by some applications. The difference between
+ <literal>unneeded</literal> and <literal>debug</literal> is very small.
+ For example, an unstripped <filename class='libraryfile'>libc.a</filename>
+ is 22.4 MB. After stripping with <parameter>--strip-debug</parameter> it
+ is 5.9 MB. Using <parameter>--strip-unneeded</parameter> only reduces the
+ size further to 5.8 MB.</para>
<para>The debugging symbols from selected libraries are compressed with
<application>Zstd</application> and preserved in separate files. That
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page