nsis: use /solid compression for smaller size
commit92ae33b1b34af0d7df0d6bf2a52635ca393831a7
authorH. Peter Anvin <hpa@zytor.com>
Fri, 7 Apr 2017 18:05:09 +0000 (7 11:05 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 7 Apr 2017 18:05:09 +0000 (7 11:05 -0700)
treefef7c7cff4cf9a560ac751127b241d25bde3ca60
parentbdbaaa207c23ddad6c6334286366f0f0c6b528a0
nsis: use /solid compression for smaller size

Use /solid compression for smaller size.  By default nsis compresses
one file at a time (like .zip default), as opposed to the whole data
block (.tar.gz).  The latter gives significantly better compression,
so use it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nsis/nasm.nsi