Skip to content

main/musl: keep .eh_frame section

Timo Teräs requested to merge fabled/aports:musl-eh-frame into master

While .eh_frame is strictly not needed, and increases the size by some 80kB, it will allow gdb, valgrind, backtracing and runtime profiling to work without installing the full musl-dbg package.

cc @ncopa, @kaniini

Merge request reports