diff options
Diffstat (limited to 'chapter05/stripping.xml')
-rw-r--r-- | chapter05/stripping.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml index 586df1089..ed53adc63 100644 --- a/chapter05/stripping.xml +++ b/chapter05/stripping.xml @@ -7,9 +7,13 @@ <title>Stripping</title> <?dbhtml filename="stripping.html"?> +<para>Strip the programs and libraries:</para> + <screen><userinput>strip --strip-debug /tools/lib/* strip --strip-unneeded /tools/{,s}bin/*</userinput></screen> +<para>Remove the documentation:</para> + <screen><userinput>rm -rf /tools/{doc,info,man}</userinput></screen> </sect1> |