From 9a2c8ccdc92bf7f775a7ef4eea37b04c43bc545f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 24 Jul 2013 22:02:20 +0000 Subject: [PATCH] [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 --- reactos/tools/cabman/mszip.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/cabman/mszip.cxx b/reactos/tools/cabman/mszip.cxx index 45e87f1c06a..75e04f4664e 100644 --- a/reactos/tools/cabman/mszip.cxx +++ b/reactos/tools/cabman/mszip.cxx @@ -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 */