Skip to content

Remove unused zstd and zlib link dependencies#26

Open
mawad-amd wants to merge 1 commit intomainfrom
muhaawad/remove-unused-zstd
Open

Remove unused zstd and zlib link dependencies#26
mawad-amd wants to merge 1 commit intomainfrom
muhaawad/remove-unused-zstd

Conversation

@mawad-amd
Copy link
Copy Markdown
Member

Summary

  • Remove zstd and z (zlib) from target_link_libraries in src/CMakeLists.txt
  • Neither library is included or called anywhere in the source code
  • CCOB decompression is delegated to clang-offload-bundler, not handled natively

This eliminates the libzstd-dev and zlib1g-dev build requirements.

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant