From 9c53f6b822007c17c83e2f62969d013e4094979b Mon Sep 17 00:00:00 2001 From: justin1014 Date: Thu, 3 Oct 2002 07:07:09 +0000 Subject: [PATCH] updated smallmode comment git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1295 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Source/exehead/config.h b/Source/exehead/config.h index ea30113c..144c02e6 100644 --- a/Source/exehead/config.h +++ b/Source/exehead/config.h @@ -71,17 +71,20 @@ // compressed together. Runtime requirements are increased, but potential // for compression is as well. Requires that the installer create a // (potentially large) temporary file in the temp directory. + // not recommended for zlib installers, since bzip2 performs much better + // than zlib in whole mode usually. // #define NSIS_ZLIB_COMPRESS_WHOLE // NSIS_BZIP2_COMPRESS_WHOLE makes all install data in bzip2 installers // compressed together. Runtime requirements are increased, but potential // for compression is as well. Requires that the installer create a // (potentially large) temporary file in the temp directory. + // recommended for bzip2, since bzip2 really shines in this mode #define NSIS_BZIP2_COMPRESS_WHOLE // if NSIS_COMPRESS_BZIP2_SMALLMODE is defined, bzip2's decompressor uses - // bzip2's alternative decompression method that uses a lot less memory, at - // the expense of speed. not recommended. + // bzip2's alternative decompression method that uses less runtime + // memory, at the expense of speed (and executable size). not recommended. // #define NSIS_COMPRESS_BZIP2_SMALLMODE // if NSIS_COMPRESS_BZIP2_LEVEL is defined, it overrides the default bzip2