mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[CABMAN]
* A new approach to splitting the reactos.cab generation time now by more than a half, which consists of using the default compression level. * The catch is 50kb bigger cab :p svn path=/trunk/; revision=59577
This commit is contained in:
@@ -79,7 +79,7 @@ ULONG CMSZipCodec::Compress(void* OutputBuffer,
|
||||
|
||||
/* WindowBits is passed < 0 to tell that there is no zlib header */
|
||||
Status = deflateInit2(&ZStream,
|
||||
Z_BEST_COMPRESSION,
|
||||
Z_DEFAULT_COMPRESSION,
|
||||
Z_DEFLATED,
|
||||
-MAX_WBITS,
|
||||
8, /* memLevel */
|
||||
|
||||
Reference in New Issue
Block a user