summaryrefslogtreecommitdiff
Unidiff
Diffstat (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
@@ -36,6 +36,11 @@ config 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