Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README cfcf8eea6e development/dwz: Added (dwarf compressor). 4 years ago
dwz.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
dwz.info 74f92ebf7c development/dwz: Updated for version 0.14. 3 years ago
slack-desc cfcf8eea6e development/dwz: Added (dwarf compressor). 4 years ago

README

dwz is a dwarf compressor

DWARF optimization and duplicate removal tool

dwz is a program that attempts to optimize DWARF debugging
information contained in ELF shared libraries and ELF executables for
size, by replacing DWARF information representation with equivalent
smaller representation where possible and by reducing the amount of
duplication using techniques from DWARF standard appendix E -
creating DW_TAG_partial_unit compilation units (CUs) for duplicated
information and using DW_TAG_imported_unit to import it into each CU
that needs it.

sourcecode licence is GPL2. see COPYING and COPYING.RUNTIME for more
details.