summaryrefslogtreecommitdiff
path: root/config.in
Side-by-side diff
Diffstat (limited to 'config.in') (more/less context) (show whitespace changes)
-rw-r--r--config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.in b/config.in
index 124bc2a..c75576a 100644
--- a/config.in
+++ b/config.in
@@ -30,32 +30,36 @@ choice
config TARGET_SIMPAD
boolean "SIMpad"
config TARGET_YOPY
boolean "Yopy 3500/3700"
endchoice
config OPTIMIZE
boolean "Use optimizations"
default "y" if ! TARGET_X86
-# added for threaded compile
config THREADED
boolean "Enable threaded build"
default "n"
+config STATIC
+ boolean "Build static libraries"
+ default "n"
+
config DEBUG
boolean "Enable debug builds"
default n
+
config RELEASE
bool
default y
depends !DEBUG
config QUICK_LAUNCH
boolean "Enable Quick Launch"
default n if TARGET_X86
default y if ! TARGET_X86
config QUICKLAUNCH_PATH
string "Path to quicklauncher"