summaryrefslogtreecommitdiff
path: root/config.in
Side-by-side diff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.in b/config.in
index 7736ef2..d30f70b 100644
--- a/config.in
+++ b/config.in
@@ -41,5 +41,10 @@ config OPTIMIZE
config DEBUG
boolean "Enable debug builds"
- default "n"
+ default n
+
+ config RELEASE
+ bool
+ default y
+ depends ! DEBUG
config SPECFILE
@@ -87,4 +92,5 @@ menu "Base"
source core/opiealarm/config.in
source core/launcher/config.in
+ source core/qws/config.in
endmenu