We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7bfff4 + 8dc5e98 commit 768164aCopy full SHA for 768164a
gix/Cargo.toml
@@ -246,8 +246,8 @@ pack-cache-lru-static = ["gix-pack/pack-cache-lru-static"]
246
## Provide a hash-map based LRU cache whose eviction is based a memory cap calculated from object data.
247
pack-cache-lru-dynamic = ["gix-pack/pack-cache-lru-dynamic"]
248
249
-## Enable all features required for performance. Currently, this is equivalent to `max-control`, as gix always uses zlib-rs.
250
-max-performance = ["max-control"]
+## Enable all features required for performance.
+max-performance = ["max-performance-safe"]
251
252
## Deprecated: gix always uses zlib-rs.
253
zlib-ng = ["gix-features/zlib"]
0 commit comments