From 2df96b615b45c07c1bfb714fe00232fe2edc4143 Mon Sep 17 00:00:00 2001 From: justin1014 Date: Fri, 27 Sep 2002 02:22:41 +0000 Subject: [PATCH] updated setdatablockoptimize docs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1199 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/compilerflags.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/compilerflags.but b/Docs/src/compilerflags.but index d458cd33..fe3fcaae 100644 --- a/Docs/src/compilerflags.but +++ b/Docs/src/compilerflags.but @@ -24,10 +24,10 @@ This command sets the compression algorithm used to compress files/data in the i SetDatablockOptimize \e{on|off} -This command tells the compiler whether or not to do datablock optimizations. Datablock optimizations have the compiler check to see if any data being added to the data block is already in the data block, and if so, it is simply referenced as opposed to added (can save a little bit of size). +This command tells the compiler whether or not to do datablock optimizations. Datablock optimizations have the compiler check to see if any data being added to the data block is already in the data block, and if so, it is simply referenced as opposed to added (can save a little bit of size). It is highly recommended to leave this option on. \S{asetdatesave} SetDateSave SetDateSave \e{on|off} -This command sets the file date/time saving flag which is used by the File command to determine whether or not to save the last write date and time of the file, so that it can be restored on installation. Valid flags are 'on' and 'off'. 'on' is the default. \ No newline at end of file +This command sets the file date/time saving flag which is used by the File command to determine whether or not to save the last write date and time of the file, so that it can be restored on installation. Valid flags are 'on' and 'off'. 'on' is the default.