summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
-rw-r--r--packages1
2 files changed, 8 insertions, 1 deletions
diff --git a/config.in b/config.in
index 7736ef2..d30f70b 100644
--- a/config.in
+++ b/config.in
@@ -42,3 +42,8 @@ config DEBUG
42 boolean "Enable debug builds" 42 boolean "Enable debug builds"
43 default "n" 43 default n
44
45 config RELEASE
46 bool
47 default y
48 depends ! DEBUG
44 49
@@ -88,2 +93,3 @@ menu "Base"
88 source core/launcher/config.in 93 source core/launcher/config.in
94 source core/qws/config.in
89endmenu 95endmenu
diff --git a/packages b/packages
index 0f7ab39..c1ac3f4 100644
--- a/packages
+++ b/packages
@@ -120,2 +120,3 @@ CONFIG_QPDF noncore/graphics/qpdf qpdf.pro
120 CONFIG_QUICKEXEC quickexecquickexec.pro 120 CONFIG_QUICKEXEC quickexecquickexec.pro
121 CONFIG_QWS core/qwsqws.pro
121 CONFIG_REMOTE noncore/tools/remoteremote.pro 122 CONFIG_REMOTE noncore/tools/remoteremote.pro