Comment 0 for bug 1884514

Revision history for this message
bugproxy (bugproxy) wrote : [20.10 FEAT] zlib/gzip hardware compression enablement

HW Compression need to be enabled with Default-Compression-Level 6.

Adding following CFLAGS attributes during build of zlib and gzip
"-DDFLTCC_LEVEL_MASK=0x7e"

CFLAGS="-O2 -DDFLTCC -DDFLTCC_LEVEL_MASK=0x7e" ./configure