From the User Manual:
4.8.2 Compiler Flags
The following commands change how the compiler generates code and compresses data. These commands are valid ANYWHERE in the script, and effect every line below where each one is placed (until overridden by another command).
(my emphasis on ANYWHERE)
Trying to do:
in my main section (i.e. where my File commands are)
SetCompressor zlib
SetCompress off
AFTER some file commands, BEFORE some other File commands
and am getting the following error:
Error: command SetCompressor not valid in section
I have some files that have already been compressed and
dont want to have to wait for the compressor to waste its time trying to compress, how can I accomplish this?