Re: Bloated binaries
Re: Bloated binaries
- Subject: Re: Bloated binaries
- From: Jim Ingham <email@hidden>
- Date: Fri, 6 Aug 2004 16:32:57 -0700
try:
nm -ap <Binary> | grep "SO "
and
nm -ap <Plugin> | grep "SO "
If either comes out with a whole bunch of file names & directories
(e.g.):
gdb > nm -ap gdb | grep "SO "
00002190 - 01 0000 SO start.s
000021d0 - 01 0000 SO
000021d0 - 01 0000 SO /SourceCache/Csu/Csu-49/
000021d0 - 01 0000 SO /SourceCache/Csu/Csu-49/crt.c
000024a4 - 01 0000 SO
0000286c - 01 0000 SO
/Volumes/ThePlayground/Users/jingham/Work/gdb-sources/tot-clean/build/
gdb/
0000286c - 01 0000 SO ../../gdb/src/gdb/gdb.c
000028e0 - 01 0000 SO
000028e0 - 01 0000 SO
/Volumes/ThePlayground/Users/jingham/Work/gdb-sources/tot-clean/build/
gdb/
000028e0 - 01 0000 SO ../../gdb/src/gdb/cli/cli-dump.c
00004b54 - 01 0000 SO
it has debug info. If it doesn't (or only has the start.s & crt.c),
then it does not have debug info.
Jim
On Aug 6, 2004, at 4:18 PM, David Catmull wrote:
On Aug 6, 2004, at 3:45 PM, Jim Ingham wrote:
Do you have debug information for the plugins but not for the binary?
All of the apparently relevant options I could find, under Deployment
and Code Generation, are the same.
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.