RSSAmplifier

Jonas Devlieghere · May 17, 2020

Statistics in dsymutil

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

To make incremental builds fast on macOS, the static linker ( ld ) ignores the debug information. It can easily be a magnitude bigger than the rest of the program and slow down link time. Instead the linker emits a debug map which contains the location of all the object files it relocated so that debug info consumers (such as the debugger) know where to find the DWARF debug info. This approach…

Read on jonasdevlieghere.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.