Re: .subsections_via_symbols broken in Xcode 2.4?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 31 Aug 2006, at 20:12, Shantonu Sen wrote: Yes, I realised that later. Thanks, Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Sounds like you are talking about dead code stripping, which is not and has never been the default. Pass -dead_strip to the compiler driver or linker. -gfull is for debugging symbols, and does not affect this behavior. I was confused because I remembered reading remarks about using - gfull in combination with dead code stripping, but that's indeed only needed to be able to debug programs compiled with dead code stripping. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe