From 28c45ead5f9b576dc21780138c603601403f62bb Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 25 Aug 2022 06:57:02 +0800 Subject: [PATCH] ZDB -d option resolved (#121) Co-authored-by: Palegar Nikhil --- cmd/zdb/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/zdb/CMakeLists.txt b/cmd/zdb/CMakeLists.txt index 5e1a9771f245..99dd921d3d86 100644 --- a/cmd/zdb/CMakeLists.txt +++ b/cmd/zdb/CMakeLists.txt @@ -7,6 +7,7 @@ um_add_executable(zdb zdb_il.c os/windows/resource.rc ) +target_compile_definitions(zdb PRIVATE ZFS_DEBUG) target_link_libraries(zdb PRIVATE libnvpair libuutil