Hi Jens, > On the downside, it looks like LTO breaks some of the debug information: once > I turned it on, when I stop at a breakpoint/crash in the app I can no longer > see the source code of stack frames in the library code compiled with LTO; I > just get disassembly. Is there a workaround for that?
I’m not sure about clang’s implementation, but when using LTO you may need to repeat what you may think of as compiler flags for the link step (like -g). Daniel. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com