site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Sep 2, 2006, at 11:39 AM, Jonas Maebe wrote: On 31 Aug 2006, at 20:12, Shantonu Sen wrote: Yes, I realised that later. -Eric _______________________________________________ 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. That's a bit out of date. You don't need to use -gfull with dead code stripping any more. This email sent to site_archiver@lists.apple.com