Loading
libdwarf: Enable dumping of zstd compressed sections
Otherwise it cannot dump objects created by our linux stdenv:
$ echo 'int main() {}' > test.c
$ cc -c -g test.c
$ ./result-bin/bin/dwarfdump test.o
./result-bin/bin/dwarfdump ERROR: ERROR: Failure reading CU header or DIE, corrupt DWARF: DW_DLE_ZDEBUG_REQUIRES_ZLIB: zlib and zstd are missing, cannot decompress section.. Attempting to continue.