mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00: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:
parent
ca8936de77
commit
9a2c8ccdc9
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue