diff --git a/src/common/dwarf/elf_reader.cc b/src/common/dwarf/elf_reader.cc index 79ebbdfd..56847c31 100644 --- a/src/common/dwarf/elf_reader.cc +++ b/src/common/dwarf/elf_reader.cc @@ -41,7 +41,9 @@ #include #include #include -#include "zlib.h" +// TODO(saugustine): Add support for compressed debug. +// Also need to add configure tests for zlib. +//#include "zlib.h" #include "third_party/musl/include/elf.h" #include "elf_reader.h"