Less output and lesser compression.

This commit is contained in:
Erwin de Haan 2020-01-15 11:20:01 +01:00
parent 138bff4327
commit 22f408201a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
; Shows a lot of debug information while compiling
; This can be removed once stable.
!verbose 4
SetCompressor lzma
!verbose 2
SetCompressor bzip2
ShowInstDetails show
ShowUninstDetails show
;--------------------------------