[gimp] Installer: install debug symbols by default



commit 66ccd53174a31c1597155a4a0719f6ec73555ba6
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date:   Thu Jul 5 00:33:13 2018 +0200

    Installer: install debug symbols by default
    
    (cherry picked from commit e5988ed940c06633a7a3732c142d97f576797ed7)

 build/windows/installer/gimp3264.iss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index a2b7b668c7..9819f3559e 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -207,7 +207,7 @@ Name: deps64; Description: "{cm:ComponentsDeps,{#GTK_VERSION}}"; Types: full com
 Name: deps64\wimp; Description: "{cm:ComponentsGtkWimp}"; Types: full custom; Flags: dontinheritcheck 
disablenouninstallwarning; Check: Check3264('64')
 
 #ifdef DEBUG_SYMBOLS
-Name: debug; Description: "{cm:ComponentsDebug}"; Types: custom; Flags: disablenouninstallwarning
+Name: debug; Description: "{cm:ComponentsDebug}"; Types: full custom; Flags: disablenouninstallwarning
 #endif
 
 Name: gs; Description: "{cm:ComponentsGhostscript}"; Types: full custom


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]