summaryrefslogtreecommitdiff
path: root/config.in
Side-by-side diff
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
@@ -36,6 +36,11 @@ config OPTIMIZE
boolean "Use optimizations"
default "y" if ! TARGET_X86
+# added for threaded compile
+config THREADED
+ boolean "Enable threaded build"
+ default "n"
+
config DEBUG
boolean "Enable debug builds"
default n