compresstarget
Use the compresstarget statement to specify that the target executable should be compressed. In detail, the code and data sections of the executable are compressed with the Deflate, Huffman+LZ77 algorithm.
Compression allows the stored executable to use less space on the file system. The executable loader decompresses the file when it is loaded.
See also nocompresstarget.