Debug file size problem
Debug file size problem
- Subject: Debug file size problem
- From: "Alexandre Fabre" <email@hidden>
- Date: Tue, 4 Oct 2005 13:44:56 +0200
- Thread-topic: just C++ in xcode
hi,
i have a little question about xcode ( using xcode 2.2rc2 ) and gcc (4.0.1).
When compiling our huge application with codewarrior the binary is taking about 13MB and the .xSYM about 24MB
When compiling with gcc :
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_DEBUGGING_SYMBOLS = default
GCC_OPTIMIZATION_LEVEL = 0
the binary size is 350MB ( and about 650MB with our frameworks, bundle, and resources ), link time is slow and of course gdb load time is very slow too ( on a g5 1.8 1GB ).
It is normal that gcc make the binary with symbol so big ? There is a solution to have the symbols in the application smaller ?
Regards,
Alexandre
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden