mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
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>
This commit is contained in:
parent
bdbaaa207c
commit
92ae33b1b3
@ -36,7 +36,7 @@
|
||||
!define PACKAGE_NAME "${PRODUCT_NAME} ${VERSION}"
|
||||
!define PACKAGE_SHORT_NAME "${PRODUCT_SHORT_NAME}-${VERSION}"
|
||||
|
||||
SetCompressor lzma
|
||||
SetCompressor /solid lzma
|
||||
|
||||
!if "${NSIS_PACKEDVERSION}" >= 0x3000000
|
||||
Unicode true
|
||||
|
Loading…
x
Reference in New Issue
Block a user