From 3c928f1c576bdc82b3dab964a575ba5bd56b15bf Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 13 Jun 2004 12:58:23 +0000 Subject: Added a separate file for the strippingagain section. Tags correcitions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/aboutdebug.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/aboutdebug.xml') diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 32798c78b..4939bb704 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -8,7 +8,7 @@ Most programs and libraries are, by default, compiled with debugging -symbols included (with gcc's -g +symbols included (with gcc's -g option). This means that, when debugging a program or library that was compiled with debugging information included, the debugger can give you not only memory addresses but also the names of the routines and variables. @@ -25,7 +25,8 @@ with debugging symbols: 1200 KB a bash binary without debugging symbols: 480 KB -Glibc and GCC files (/lib and /usr/lib) +Glibc and GCC files (/lib +and /usr/lib) with debugging symbols: 87 MB Glibc and GCC files -- cgit v1.2.3-54-g00ecf