* 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:
Amine Khaldi 2013-07-24 22:02:20 +00:00
parent ca8936de77
commit 9a2c8ccdc9

View file

@ -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 */