diff options
| author | Xin LI <delphij@FreeBSD.org> | 2024-02-19 23:01:04 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2024-02-19 23:01:04 +0000 |
| commit | aea57ebcb1b053370ea1f0e29cdc666291bc5d5e (patch) | |
| tree | 824d09ad78ab03679ae727fe9fecb758c6429d37 /sys/contrib/zlib | |
| parent | eb90239d08863bcff3cf82a556ad9d89776cdf3f (diff) | |
Diffstat (limited to 'sys/contrib/zlib')
| -rw-r--r-- | sys/contrib/zlib/deflate.h | 2 |
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. |
