Skip to content
Nathan Moinvaziri edited this page Oct 4, 2019 · 1 revision

dump_syms

When building executables with debug information using clang > 3.8 and separating out the debug information using objcopy --only-keep-debug it is necessary to use -Wl,--build-id linker flag, otherwise dump_syms will return Failed to write symbols file.

Clone this wiki locally