summaryrefslogtreecommitdiff
path: root/config.in
authorwimpie <wimpie>2004-04-02 18:38:20 (UTC)
committer wimpie <wimpie>2004-04-02 18:38:20 (UTC)
commit38f1377597f88d7bb381b750df53754d0f5b2924 (patch) (unidiff)
tree52d6ca22924f17947e85fb2aa09386420f9bb092 /config.in
parent5f988daf3ef7c7f5370eb15a159655d0289707cb (diff)
downloadopie-38f1377597f88d7bb381b750df53754d0f5b2924.zip
opie-38f1377597f88d7bb381b750df53754d0f5b2924.tar.gz
opie-38f1377597f88d7bb381b750df53754d0f5b2924.tar.bz2
THreaded support
Diffstat (limited to 'config.in') (more/less context) (show 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