Commit 744f35e7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Disable header compression for now

parent a3779074
......@@ -26,7 +26,13 @@
#include <assert.h>
#define COMPRESSION_LEVEL 9
/* By default header compression is disabled */
#undef ENABLE_HD_COMP
#ifdef ENABLE_HD_COMP
# define COMPRESSION_LEVEL 9
#else /* !ENABLE_HD_COMP */
# define COMPRESSION_LEVEL 0
#endif /* !ENABLE_HD_COMP */
#define WINDOW_BITS 11
#define MEM_LEVEL 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment