Gcc - why are lambdas not stripped during release build
问题 I'm creating a .component bundle on MacOSX with xCode 7. I'm trying to get rid of all debugging symbols and library symbols for release configuration. I set all suitable options in xCode (like Strip Debug Symbols , Strip style to all symbols , symbols hidden by default etc.) Unfortunately there are still some symbols visible in compiled and linked component file. So I use strip -x -S mybundle.component to remove them externally. And it almost work but not for lambdas callers. If any of method