Skip to content

Commit

Permalink
Add feature flag to use system libdeflate (#659)
Browse files Browse the repository at this point in the history
This need was raised in https://bugs.gentoo.org/944285. Can be enabled
with `--features system-libdeflate` to use the libdeflate located on the
user's system instead of building our own.
  • Loading branch information
shssoichiro authored Dec 3, 2024
1 parent 8ebb5e6 commit 4df1464
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ freestanding = ["libdeflater/freestanding"]
sanity-checks = ["dep:image"]
zopfli = ["dep:zopfli"]
filetime = ["dep:filetime"]
system-libdeflate = ["libdeflater/dynamic"]

[lib]
name = "oxipng"
Expand Down

0 comments on commit 4df1464

Please sign in to comment.