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.
Yes, I realised that later.
-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.
Thanks,
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden