Skip to content

Commit 1e1b647

Browse files
mawad-amdclaude
andcommitted
Remove unused zstd and zlib link dependencies
Neither zstd nor zlib headers are included or called anywhere in the source. CCOB decompression is handled by clang-offload-bundler, not by KernelDB directly. Removes the libzstd-dev and zlib build requirements. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aab1e50 commit 1e1b647

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ target_link_libraries(
6262
stdc++
6363
stdc++fs
6464
amd_comgr
65-
z
66-
zstd
6765
dwarf
6866
elf
6967
)

0 commit comments

Comments
 (0)