Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 4145
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Robbins (RETIRED) <drobbins@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Nielsen <Lovechild@foolclan.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 4145 depends on: Show dependency tree
Bug 4145 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-25 11:36 0000
I don't know if we are doing this already, but I see many of the users already 
user -fomit-frame-pointer and that indicates to me that many don't need tp 
debug, so why not set a USE varible maybe to automatically strip the installed 
ebuild after ended compilation for it's debug flags:  
 
The command would be:  
strip --strip-debug filename  
 
the LFS project stats this numbers:  
A dynamic Bash binary with debugging symbols: 1.2 MB  
A dynamic Bash binary without debugging symbols: 478 KB  
/lib and /usr/lib (glibc and gcc files) with debugging symbols: 87 MB  
/lib and /usr/lib (glibc and gcc files) without debugging symbols: 16 MB  
 
That means a smaller install, and if I remember correctly a faster system, as 
the binary we have to load is smaller.

------- Comment #1 From Daniel Robbins (RETIRED) 2002-09-03 17:05:08 0000 -------
This is already done by default.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug