Author: akhaldi Date: Wed Jul 24 22:02:20 2013 New Revision: 59577
URL: http://svn.reactos.org/svn/reactos?rev=59577&view=rev Log: [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
Modified: trunk/reactos/tools/cabman/mszip.cxx
Modified: trunk/reactos/tools/cabman/mszip.cxx URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/mszip.cxx?rev=... ============================================================================== --- trunk/reactos/tools/cabman/mszip.cxx [iso-8859-1] (original) +++ trunk/reactos/tools/cabman/mszip.cxx [iso-8859-1] Wed Jul 24 22:02:20 2013 @@ -79,7 +79,7 @@
/* 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 */