summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 9ee7ccf..0b01f78 100644
--- a/config.in
+++ b/config.in
@@ -27,24 +27,29 @@ choice
27 config TARGET_SIMPAD 27 config TARGET_SIMPAD
28 boolean "SIMpad" 28 boolean "SIMpad"
29 29
30 config TARGET_YOPY 30 config TARGET_YOPY
31 boolean "Yopy 3500/3700" 31 boolean "Yopy 3500/3700"
32 32
33endchoice 33endchoice
34 34
35config OPTIMIZE 35config OPTIMIZE
36 boolean "Use optimizations" 36 boolean "Use optimizations"
37 default "y" if ! TARGET_X86 37 default "y" if ! TARGET_X86
38 38
39# added for threaded compile
40config THREADED
41 boolean "Enable threaded build"
42 default "n"
43
39config DEBUG 44config DEBUG
40 boolean "Enable debug builds" 45 boolean "Enable debug builds"
41 default n 46 default n
42config RELEASE 47config RELEASE
43 bool 48 bool
44 default y 49 default y
45 depends !DEBUG 50 depends !DEBUG
46 51
47config QUICK_LAUNCH 52config QUICK_LAUNCH
48 boolean "Enable Quick Launch" 53 boolean "Enable Quick Launch"
49 default n 54 default n
50 55