aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/zlib
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2024-02-19 23:01:04 +0000
committerXin LI <delphij@FreeBSD.org>2024-02-19 23:01:04 +0000
commitaea57ebcb1b053370ea1f0e29cdc666291bc5d5e (patch)
tree824d09ad78ab03679ae727fe9fecb758c6429d37 /sys/contrib/zlib
parenteb90239d08863bcff3cf82a556ad9d89776cdf3f (diff)
Diffstat (limited to 'sys/contrib/zlib')
-rw-r--r--sys/contrib/zlib/deflate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/zlib/deflate.h b/sys/contrib/zlib/deflate.h
index 300c6ada62b8..df76fc6fc5d1 100644
--- a/sys/contrib/zlib/deflate.h
+++ b/sys/contrib/zlib/deflate.h
@@ -25,7 +25,7 @@
/* define LIT_MEM to slightly increase the speed of deflate (order 1% to 2%) at
the cost of a larger memory footprint */
-/* #define LIT_MEM */
+#define LIT_MEM
/* ===========================================================================
* Internal compression state.