|
@@ -35,7 +35,7 @@ version was used to link dynamic programs against, but results will be
|
|
|
similar if you compare programs with and without debugging symbols.</para>
|
|
|
|
|
|
<para>To remove debugging symbols from a binary (must be an a.out or ELF
|
|
|
-binary) run <userinput>strip --strip-debug filename</userinput>. Wild cards
|
|
|
+binary) run <userinput>strip --strip-debug filename</userinput>. Wildcards
|
|
|
can be used to strip debugging symbols from multiple files (use something
|
|
|
like <userinput>strip --strip-debug $LFS/usr/bin/*</userinput>).
|
|
|
Most people will probably never use a debugger on software, so by
|